Skip to content

Commit 05018ae

Browse files
committed
Resolved CI
1 parent ab6a9d6 commit 05018ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAUI/DataGrid/conditional-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public class ForeColorConverter : IValueConverter
391391
![Conditional cell styling based on RowIndex and ColumnIndex in .NET MAUI DataGrid](Images/conditional-styling/maui-datagrid-conditional-datagridcelltyle_basedon_rowcolumnindex.png)
392392

393393
### Customizing the BorderColor of a cell based on RowIndex and ColumnIndex
394-
You can customize the border color of individual cells in the SfDataGrid based on RowIndex and ColumnIndex property , and setting the `BorderColor` property in Datagridcell by writing the style for the [DataGridCell](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridCell.html)
394+
You can customize the border color of individual cells in the SfDataGrid based on RowIndex and ColumnIndex property , and setting the `BorderColor` property in DataGridCell by writing the style for the [DataGridCell](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridCell.html)
395395

396396
{% tabs %}
397397
{% highlight xaml tabtitle="MainPage.xaml" %}

0 commit comments

Comments
 (0)