Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderPane Class / Visible Property


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

    Property Value

    true, if the ListHeaderPane is visible. Otherwise, false.
    The default is true.
    See Also