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


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

    Property Value

    true if the ListItem is visible; otherwise, false.
    See Also