Spread Windows Forms 12.0 Product Documentation
Visible Property (ListItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class : Visible Property
Gets or sets whether the list item is visible.
Syntax
'Declaration
 
Public Property Visible As Boolean
'Usage
 
Dim instance As ListItemInfo
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
public bool Visible {get; set;}

Property Value

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

Reference

ListItemInfo Class
ListItemInfo Members