ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumn Class / Visible Property

In This Topic
    Visible Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating the visibility of a column.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also