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

ToolboxGroup.Items Property

Provides access to the collection of the ToolboxControl items that belong to the current ToolboxGroup.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Data")]
[InheritableCollection]
public ToolboxItemCollection Items { get; }

Property Value

Type Description
DevExpress.XtraToolbox.ToolboxItemCollection

A DevExpress.XtraToolbox.ToolboxItemCollection object that represents the collection of ToolboxControl items.

Remarks

The ToolboxGroup class represents the ToolboxControl group that can contain ToolboxItem objects as children. You can specify child items of the current ToolboxGroup using the Items collection.

See Also