Back to Devexpress

ToolboxItem.OwnerGroup Property

windowsforms-devexpress-dot-xtratoolbox-dot-toolboxitem.md

latest1.3 KB
Original Source

ToolboxItem.OwnerGroup Property

Gets the ToolboxGroup to which the current item belongs.

Namespace : DevExpress.XtraToolbox

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ToolboxGroup OwnerGroup { get; }
vb
Public ReadOnly Property OwnerGroup As ToolboxGroup

Property Value

TypeDescription
ToolboxGroup

A ToolboxGroup object to which the current item belongs.

|

See Also

Groups

Items

ToolboxItem Class

ToolboxItem Members

DevExpress.XtraToolbox Namespace