GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseColumn Class / Visible Property

In This Topic
    Visible Property (BaseColumn)
    In This Topic
    Gets or sets whether the grid column is visible.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also