Name | Description | |
---|---|---|
Add | Adds a style to the list. | |
Clear | Removes all the styles from the list. | |
Contains | Retrieves a boolean value indicating if a specific style exists in the list. | |
IndexOf | Searches for the specified Xceed.Grid.VisualGridElementStyle object and returns the zero-based index of the first occurrence within the list. | |
Insert | Inserts a style into the list at the specified index. | |
Remove | Removes the style from the list. | |
RemoveAt | Removes the style from the list at the specified index. |