Skip to main content
A newer version of this page is available. .

ToolboxElementBase.Owner Property

Gets the ToolboxControl to which the current element belongs.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public IToolboxControl Owner { get; }

Property Value

Type Description
DevExpress.XtraToolbox.IToolboxControl

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

See Also