Back to Devexpress

ToolboxControl.SelectedGroupIndex Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-9ddc9e8f.md

latest1.9 KB
Original Source

ToolboxControl.SelectedGroupIndex Property

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

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Options")]
public int SelectedGroupIndex { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Options")>
Public Property SelectedGroupIndex As Integer

Property Value

TypeDefaultDescription
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

SelectedGroup

SelectedGroupChanged

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace