The IDataGridStyles interface contains properties and methods of style collection of the DataGrid component.
| Property name | Brief description | |
| Count | The Count property returns the number of styles, that are contained in the styles collection. | |
| Default_ | The Default_ property returns the parameters of a style, that is 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 DataGrid component. | |
| Delete | The Delete method removes the style, which index is passed as an input parameter, from the styles collection |
See also: