Name | Description | |
---|---|---|
![]() | VisualGridElementStyleList Constructor | Overloaded. |
The following tables list the members exposed by VisualGridElementStyleList.
Name | Description | |
---|---|---|
![]() | VisualGridElementStyleList Constructor | Overloaded. |
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. |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the VisualGridElementStyleList instance. |
![]() | OnClearComplete | Overridden. Performs additional custom processes when clearing the contents of the VisualGridElementStyleList instance. |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after insertion of a new style into the VisualGridElementStyleList instance. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes when removing a style from the the VisualGridElementStyleList instance. |
![]() | OnSetComplete | Overridden. Performs additional custom processes after setting a value in the VisualGridElementStyleList instance. |
![]() | OnStyleChanged | Raises the StyleChanged event. |
![]() | OnValidate | Overridden. Performs validation of value. |
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. |