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 内のインデックス。

適用対象