Share via


ChoosingGroupHeaderContainerEventArgs.GroupIndex プロパティ

定義

コンテナーが選択されているデータ グループの ItemsSource 内のインデックスを取得します。

public:
 property int GroupIndex { int get(); };
int GroupIndex();
public int GroupIndex { get; }
var int32 = choosingGroupHeaderContainerEventArgs.groupIndex;
Public ReadOnly Property GroupIndex As Integer

プロパティ値

Int32

int

コンテナーが選択されているデータ グループの ItemsSource 内のインデックス。

適用対象