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: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,25 @@
1
1
# data-grid-high-contrast-theme
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
4
5
+
To apply the high contrast theme to Syncfusion Windows Forms controls:
6
+
7
+
* Add the reference of the exported theme library in the application.
8
+
* Load the assembly using the `SkinManager`.
9
+
* Set the `ThemeName` property of the controls to the name given to the theme library.
10
+
11
+
The following code demonstrates the high contrast black theme set to the `DataGrid` control.
12
+
13
+
```c#
14
+
//Load theme assembly into application using SkinManager
0 commit comments