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


In This Topic
    VisualGridElementStyleList Class
    In This Topic
    Contains a list of Xceed.Grid.VisualGridElementStyle objects.
    Object Model
    VisualGridElementStyleList ClassVisualGridElementStyle Class
    Syntax
    '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 
    Inheritance Hierarchy

    System.Object
          Xceed.Grid.Collections.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
    Requirements

    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

    See Also