VisualGridElementStyleList Class Members
In This Topic
The following tables list the members exposed by VisualGridElementStyleList.
Public Properties
| Name | Description |
 | Item | Gets or sets the style at the specified index. |
Top
Public Methods
| 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. |
Top
Public Events
| Name | Description |
 | StyleChanged | Raised when a property value of one of the elements in the list has been changed or when
a style is added or removed from the list. |
Top
See Also