ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ColumnStyleBase Class / Visible Property

In This Topic
    Visible Property (ColumnStyleBase)
    In This Topic
    Indicates whether the column is visible in user interface.
    Syntax
    'Declaration
     
    Public Property Visible As System.Boolean
    public System.bool Visible {get; set;}
    See Also