Selector.SelectedIndexProperty 属性

定义

标识 SelectedIndex 依赖属性。

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

属性值

SelectedIndex 依赖属性的标识符。

适用于