Skip to content

Commit c1f4f9a

Browse files
committed
Highlighting the property
1 parent 9326ead commit c1f4f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/DataGrid/Column-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ private void dataGrid_CurrentCellRequestNavigating(object sender, DataGridCurren
14671467

14681468

14691469
### Cancel the navigation
1470-
You can cancel the navigation by setting DataGridCurrentCellRequestNavigatingEventArgs.Cancel to true.
1470+
You can cancel the navigation by setting `DataGridCurrentCellRequestNavigatingEventArgs.Cancel` to true.
14711471

14721472
{% tabs %}
14731473
{% highlight C# %}
@@ -1485,7 +1485,7 @@ private void dataGrid_CurrentCellRequestNavigating(object sender, DataGridCurren
14851485

14861486
#### HyperlinkTextColor
14871487

1488-
You can set the hyperlink text color using the HyperlinkTextColor property. If both HyperlinkTextColor and a DataGridCell TextColor (via implicit or explicit styles) are defined, HyperlinkTextColor takes precedence and will be used. If HyperlinkTextColor is not specified, the implicit or explicit cell styles will determine the hyperlink text color.
1488+
You can set the hyperlink text color using the `HyperlinkTextColor` property. If both HyperlinkTextColor and a DataGridCell TextColor (via implicit or explicit styles) are defined, HyperlinkTextColor takes precedence and will be used. If HyperlinkTextColor is not specified, the implicit or explicit cell styles will determine the hyperlink text color.
14891489

14901490
{% tabs %}
14911491
{% highlight xaml %}

0 commit comments

Comments
 (0)