Back to Devexpress

ToolboxControl.SelectedGroup Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxcontrol-873c3af3.md

latest1.8 KB
Original Source

ToolboxControl.SelectedGroup Property

Gets or sets the group currently selected in the toolbox.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Options")]
public IToolboxGroup SelectedGroup { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Options")>
Public Property SelectedGroup As IToolboxGroup

Property Value

TypeDefaultDescription
DevExpress.XtraToolbox.IToolboxGroupnull

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

SelectedGroupIndex

SelectedGroupChanged

ToolboxControl Class

ToolboxControl Members

DevExpress.XtraToolbox Namespace