Skip to content

Commit a48117e

Browse files
Revise BorderColor customization section in documentation
Updated the section on customizing BorderColor for cells in the SfDataGrid to improve clarity.
1 parent 05018ae commit a48117e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/DataGrid/conditional-styling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ public class ForeColorConverter : IValueConverter
390390

391391
![Conditional cell styling based on RowIndex and ColumnIndex in .NET MAUI DataGrid](Images/conditional-styling/maui-datagrid-conditional-datagridcelltyle_basedon_rowcolumnindex.png)
392392

393-
### 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)
393+
### Customizing the BorderColor of a cell
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)