Skip to main content

ToolboxItem.OwnerGroup Property

Gets the ToolboxGroup to which the current item belongs.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ToolboxGroup OwnerGroup { get; }

Property Value

Type Description
ToolboxGroup

A ToolboxGroup object to which the current item belongs.

See Also