SelectorItem.IsSelectedProperty Property

Definition

Identifies the IsSelected dependency property.

public:
 static property DependencyProperty ^ IsSelectedProperty { DependencyProperty ^ get(); };
static DependencyProperty IsSelectedProperty();
public static DependencyProperty IsSelectedProperty { get; }
var dependencyProperty = SelectorItem.isSelectedProperty;
Public Shared ReadOnly Property IsSelectedProperty As DependencyProperty

Property Value

The identifier for the IsSelected dependency property.

Applies to