
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class VisualGridElementStyleList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As VisualGridElementStyleList
[DefaultMember("Item")] [ListBindable(false)] public class VisualGridElementStyleList : Xceed.Utils.Collections.ListBase
System.Object
Xceed.Grid.Collections.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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2