ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewSet Class / ColumnStyleRules Property

In This Topic
    ColumnStyleRules Property (C1DataViewSet)
    In This Topic
    Represents a collection of rules used to map global styles to columns.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnStyleRules As ColumnStyleRuleCollection
    public ColumnStyleRuleCollection ColumnStyleRules {get;}
    See Also