Skip to main content
All docs
V25.1
  • ToolbarFormManager.Owner Property

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

    Namespace: DevExpress.XtraBars.ToolbarForm

    Assembly: DevExpress.XtraBars.v25.1.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