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
+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
@@ -2,11 +2,11 @@
2
2
3
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
-
To apply the high contrast theme to Syncfusion Windows Forms controls:
5
+
To apply the high contrast theme to DataGrid:
6
6
7
7
* Add the reference of the exported theme library in the application.
8
8
* Load the assembly using the `SkinManager`.
9
-
* Set the `ThemeName` property of the controls to the name given to the theme library.
9
+
* Set the `ThemeName` property of the DataGrid to the name given to the theme library.
10
10
11
11

12
12
@@ -24,4 +24,4 @@ this.Controls.Add(sfDataGrid);
24
24
25
25
Now, run the application and experience the control's rich user interface.
26
26
27
-

27
+

0 commit comments