Skip to main content
All docs
V23.2

ToolbarFormManager.Owner Property

Returns the ToolbarFormControl that is the owner of this Toolbar Form Manager.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override IToolbarManagerOwner Owner { get; }

Property Value

Type Description
DevExpress.XtraBars.ToolbarForm.IToolbarManagerOwner

The Toolbar Form Manager’s owner.

See Also