Spread Windows Forms 12.0 Product Documentation
Enabled Property (ListItemInfo)


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

Property Value

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

Reference

ListItemInfo Class
ListItemInfo Members