Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListItemBase Class / IsSelectedProperty Field


In This Topic
    IsSelectedProperty Field (ListItemBase)
    In This Topic
    Identifies the IsSelected DependencyProperty.
    Syntax
    'Declaration
     
    Public Shared ReadOnly IsSelectedProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = ListItemBase.IsSelectedProperty
    public static readonly DependencyProperty IsSelectedProperty

    Field Value

    The identifier for the IsSelected dependency property.
    See Also