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
# How to Apply HighContrastTheme to WinForms DataGrid?
2
2
3
-
The project demonstrates application of high contrast dark theme to the [Syncfusion DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid)control for WinForms.
3
+
The project demonstrates application of high contrast dark theme to the [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid)(SfDataGrid).
4
4
5
5
To apply the high contrast theme to Syncfusion Windows Forms controls:
6
6
7
7
* Add the reference of the exported theme library in the application.
8
8
* Load the assembly using the `SkinManager`.
9
9
* Set the `ThemeName` property of the controls to the name given to the theme library.
10
10
11
+

12
+
11
13
The following code demonstrates the high contrast black theme set to the `DataGrid` control.
0 commit comments