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


In This Topic
    VisualGridElementStyleList Class Members
    In This Topic

    The following tables list the members exposed by VisualGridElementStyleList.

    Protected Constructors
     NameDescription
    Protected Internal ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the style at the specified index.  
    Top
    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
    Public Events
     NameDescription
    Public EventRaised 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