ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / Styles Property

In This Topic
    Styles Property (C1ListBase)
    In This Topic
    Returns a collection of named Style objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Styles As GridStyleCollection
    public GridStyleCollection Styles {get;}
    Remarks
    This property returns a collection of named Style objects.
    See Also