Skip to content

Commit a64df99

Browse files
Update controls/datagrid/theming-and-styles/style-selectors.md
Co-authored-by: Yordan <[email protected]>
1 parent fac2af9 commit a64df99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controls/datagrid/theming-and-styles/style-selectors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ You can set a different style on a row, an alternate row, and on row details bas
2626
To apply a `RowBackgroundStyleSelector` you have to:
2727
1. Create a custom class that inherits from `IStyleSelector`.
2828
1. Implement the `SelectStyle` method.
29-
1. The object item of the `SelectStyle` method is of type `DataGridRowInfo`. The `DataGridRowInfo` represents a class that provides information for each row in DataGrid and exposes the follwoing properties:
29+
30+
The object item of the `SelectStyle` method is of type `DataGridRowInfo`. The `DataGridRowInfo` represents a class that provides information for each row in DataGrid and exposes the follwoing properties:
3031

3132
* `Item` (`object`)&mdash;Gets the business object associated with the row.
3233
* `IsRowDetails` (`bool`)`&mdash;Gets a value that specifies whether the row is RowDetail.

0 commit comments

Comments
 (0)