The IDataGridStyles interface contains properties and methods of the styles collection of the DataGrid component.
| Property name | Brief description | |
| Count | The Count property returns the number of styles contained in the styles collection. | |
| Default_ | The Default_ property returns parameters of the style used as a default. | |
| Item | The Item property returns the style, which index is passed as an input parameter. |
| Method name | Brief description | |
| Add | The Add method adds a new style to the styles collection of the DataGrid component. | |
| Delete | The Delete method deletes the style, which index is passed as an input parameter, from the styles collection. |
See also: