ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewSetGlobalColumnStyle Class / Inherit Property

In This Topic
    Inherit Property (ViewSetGlobalColumnStyle)
    In This Topic
    Defines what style properties inherit their values from the base style.
    Syntax
    'Declaration
     
    Public Property Inherit As ColumnStylePropertyFlags
    public ColumnStylePropertyFlags Inherit {get; set;}
    See Also