ChoosingGroupHeaderContainerEventArgs.GroupIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.