ChoosingItemContainerEventArgs.ItemIndex 属性

定义

获取要为其选择容器的数据项的 ItemsSource 中的索引。

public:
 property int ItemIndex { int get(); };
int ItemIndex();
public int ItemIndex { get; }
var int32 = choosingItemContainerEventArgs.itemIndex;
Public ReadOnly Property ItemIndex As Integer

属性值

Int32

int

要为其选择容器的数据项的 ItemsSource 中的索引。

适用于