ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ColumnStyle Class / BaseStyleName Property

In This Topic
    BaseStyleName Property (ColumnStyle)
    In This Topic
    Defines a name of a base global style from which this style inherits its property values.
    Syntax
    'Declaration
     
    Public Property BaseStyleName As System.String
    public System.string BaseStyleName {get; set;}
    See Also