Skip to content

Commit fac2af9

Browse files
Update style-selectors.md
1 parent 175a402 commit fac2af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can set a distinct style to a specific cell in a given column based on custo
2323
## Row Background Style Selector
2424

2525
You can set a different style on a row, an alternate row, and on row details based on custom style-selection logic by using the `RowBackgroundStyleSelector` (`IStyleSelector`) property.
26-
To apply a `RowBackgroundStyleSelector` follow these steps:
26+
To apply a `RowBackgroundStyleSelector` you have to:
2727
1. Create a custom class that inherits from `IStyleSelector`.
2828
1. Implement the `SelectStyle` method.
2929
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:

0 commit comments

Comments
 (0)