Back to Devexpress

ToolboxGroup.Items Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxgroup.md

latest1.9 KB
Original Source

ToolboxGroup.Items Property

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

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Data")]
[InheritableCollection]
public ToolboxItemCollection Items { get; }
vb
<DXCategory("Data")>
<InheritableCollection>
Public ReadOnly Property Items As ToolboxItemCollection

Property Value

TypeDescription
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

Groups

OwnerGroup

ToolboxGroup Class

ToolboxGroup Members

DevExpress.XtraToolbox Namespace