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

In This Topic
    ColumnStyle Property (C1ViewColumn)
    In This Topic
    Represents Column Style definition - a set of properties that affects column data representation in ComponentOne user interface controls.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnStyle As ViewSetColumnStyle
    public ViewSetColumnStyle ColumnStyle {get;}
    Remarks
    See the Defining Column Styles topic for details.
    See Also