Skip to content

Commit 9326ead

Browse files
committed
Header changes
1 parent b097f13 commit 9326ead

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MAUI/DataGrid/Column-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ private void dataGrid_CurrentCellRequestNavigating(object sender, DataGridCurren
14661466
{% endtabs %}
14671467

14681468

1469-
## Cancel the navigation
1469+
### Cancel the navigation
14701470
You can cancel the navigation by setting DataGridCurrentCellRequestNavigatingEventArgs.Cancel to true.
14711471

14721472
{% tabs %}
@@ -1481,9 +1481,9 @@ private void dataGrid_CurrentCellRequestNavigating(object sender, DataGridCurren
14811481
{% endhighlight %}
14821482
{% endtabs %}
14831483

1484-
## Appearence
1484+
### Appearence
14851485

1486-
### HyperlinkTextColor
1486+
#### HyperlinkTextColor
14871487

14881488
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

0 commit comments

Comments
 (0)