You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/datagrid/theming-and-styles/style-selectors.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,16 @@ You can set a different style on a specific cell from a specific column based on
22
22
23
23
## Row Background Style Selector
24
24
25
-
You can set a different style on a row, alternate row and on row details based on custom style-selection logic by using the `RowBackgroundStyleSelector` (`IStyleSelector`) property.
25
+
You can set a different style on a row, alternate row, and on row details based on custom style-selection logic by using the `RowBackgroundStyleSelector` (`IStyleSelector`) property.
26
26
27
27
> For the DataGrid Row Background Style Selector example, go to the [SDKBrowser Demo Application]({%slug sdkbrowser-app%}) and navigate to the **DataGrid > Styling** category.
28
28
29
29
## Group Style Selector
30
30
31
31
You can set a different style on a group header and footer based on custom style-selection logic with the following properties:
32
32
33
-
*`GroupHeaderStyleSelector`(`IStyleSelector`)—Different styles can be applied on a per-group header once the DataGrid control is grouped
34
-
*`GroupFooterStyleSelector`(`IStyleSelector`)—Different styles can be applied on a per-group footer once the DataGrid control is grouped
33
+
*`GroupHeaderStyleSelector`(`IStyleSelector`)—Specifies different style per-group header once the DataGrid control is grouped.
34
+
*`GroupFooterStyleSelector`(`IStyleSelector`)—Specifies different style per-group footer once the DataGrid control is grouped.
35
35
36
36
> To display the group footer, set the `ShowGroupFooters` property to `True`.
0 commit comments