Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListItem Class / IsChecked Property


In This Topic
    IsChecked Property (ListItem)
    In This Topic
    Gets or sets whether the ListItem is checked. This is a dependency property.
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    Public Property IsChecked As Boolean
    'Usage
     
    Dim instance As ListItem
    Dim value As Boolean
     
    instance.IsChecked = value
     
    value = instance.IsChecked
    [Bindable(true)]
    public bool IsChecked {get; set;}

    Property Value

    true if the ListItem is checked; false if the ListItem is unchecked. The default is false.
    See Also