Skip to main content
A newer version of this page is available. .

ToolboxControl.SelectedGroupIndex Property

Gets or sets the zero-based index of the group currently selected in the toolbox.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DefaultValue(-1)]
[DXCategory("Options")]
public int SelectedGroupIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the zero-based index of the group currently selected in the toolbox.

Remarks

The collection of groups displayed in the toolbox can be accessed using the ToolboxControl.Groups property. The SelectedGroupIndex property specifies the zero-based index of the currently selected group. The ToolboxControl.SelectedGroupChanged event raises each time the selection is changed.

See Also