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


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

    Property Value

    true if the ListItem is enable; Otherwise,false.
    See Also