Skip to main content

ToolboxElementBase.Owner Property

Gets the ToolboxControl to which the current element belongs.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IToolboxControl Owner { get; }

Property Value

Type Description
DevExpress.XtraToolbox.IToolboxControl

An DevExpress.XtraToolbox.IToolboxControl object to which the current element belongs.

See Also