Pivot.SelectedIndexProperty Property

Definition

Identifies the SelectedIndex dependency property.

public:
 static property DependencyProperty ^ SelectedIndexProperty { DependencyProperty ^ get(); };
static DependencyProperty SelectedIndexProperty();
public static DependencyProperty SelectedIndexProperty { get; }
var dependencyProperty = Pivot.selectedIndexProperty;
Public Shared ReadOnly Property SelectedIndexProperty As DependencyProperty

Property Value

The identifier for the SelectedIndex dependency property.

Applies to