Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolboxControl.SelectedGroup Property

Gets or sets the group currently selected in the toolbox.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
[DXCategory("Options")]
public IToolboxGroup SelectedGroup { get; set; }

#Property Value

Type Default Description
DevExpress.XtraToolbox.IToolboxGroup null

A DevExpress.XtraToolbox.IToolboxGroup object that represents 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 SelectedGroup property specifies the currently selected group. The ToolboxControl.SelectedGroupChanged event raises each time the selection is changed.

See Also