Gets or sets the index of the group.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public int GroupIndex { get; set; }
Visual Basic
Public Property GroupIndex As Integer
	Get
	Set
Visual C++
public:
property int GroupIndex {
	int get ();
	void set (int value);
}
F#
member GroupIndex : int with get, set

Property Value

Type: Int32
The index of the group.

See Also