ChoosingGroupHeaderContainerEventArgs.GroupIndex Property

Definition

Gets the index in the ItemsSource of the data group for which a container is being selected.

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

Property Value

Int32

int

The index in the ItemsSource of the data group for which a container is being selected.

Applies to