Skip to content

Commit 81a2840

Browse files
Update README.md
1 parent 9ef9411 commit 81a2840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
The project demonstrates application of high contrast dark theme to the [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
44

5-
To apply the high contrast theme to Syncfusion Windows Forms controls:
5+
To apply the high contrast theme to DataGrid:
66

77
* Add the reference of the exported theme library in the application.
88
* 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.
1010

1111
![Theme Library Added into User Application](SampleSolutionExplorer.png)
1212

@@ -24,4 +24,4 @@ this.Controls.Add(sfDataGrid);
2424

2525
Now, run the application and experience the control's rich user interface.
2626

27-
![High Contrast Black Theme Applied to DataGrid control](DataGridWithHighContrastBlackTheme.png)
27+
![High Contrast Black Theme Applied to DataGrid control](DataGridWithHighContrastBlackTheme.png)

0 commit comments

Comments
 (0)