Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / VisualGridElementStyleList Class


In This Topic
    VisualGridElementStyleList Class Methods
    In This Topic

    For a list of all members of this type, see VisualGridElementStyleList members.

    Public Methods
     NameDescription
    Public MethodAdds a style to the list.  
    Public MethodRemoves all the styles from the list.  
    Public MethodRetrieves a boolean value indicating if a specific style exists in the list.  
    Public MethodSearches for the specified Xceed.Grid.VisualGridElementStyle object and returns the zero-based index of the first occurrence within the list.  
    Public MethodInserts a style into the list at the specified index.  
    Public MethodRemoves the style from the list.  
    Public MethodRemoves the style from the list at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the VisualGridElementStyleList instance.  
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the VisualGridElementStyleList instance.  
    Protected MethodOverridden. Performs additional custom processes after insertion of a new style into the VisualGridElementStyleList instance.  
    Protected MethodOverridden. Performs additional custom processes when removing a style from the the VisualGridElementStyleList instance.  
    Protected MethodOverridden. Performs additional custom processes after setting a value in the VisualGridElementStyleList instance.  
    Protected MethodRaises the StyleChanged event.  
    Protected MethodOverridden. Performs validation of value.  
    Top
    See Also