Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultListColumn Class / Visible Property


In This Topic
    Visible Property (DefaultListColumn)
    In This Topic
    Gets or set a bool value indicates whether the ListColumn is visible or not.
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    'Usage
     
    
    Dim instance As DefaultListColumn
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}

    Property Value

    A bool value. true is visible, otherwise, false.
    The default is true.
    See Also