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


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

    Property Value

    true if the ListItem can be Checked; otherwise,false.
    See Also