Skip to content

Commit b45f950

Browse files
committed
Updated conditional-styling.md
1 parent b7463ef commit b45f950

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
@@ -390,7 +390,7 @@ 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
393+
### Customizing the BorderColor of a cell
394394
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 %}

0 commit comments

Comments
 (0)