ToolboxItem.OwnerGroup Property
In This Article
Gets the ToolboxGroup to which the current item belongs.
Namespace: DevExpress.XtraToolbox
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public ToolboxGroup OwnerGroup { get; }
#Property Value
Type | Description |
---|---|
Toolbox |
A Toolbox |
See Also