Skip to main content
All docs
V25.1
  • ToolbarFormMergeEventArgs.MergeOwner Property

    Provides access to the parent form’s title bar.

    Namespace: DevExpress.XtraBars.ToolbarForm

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public ToolbarFormControl MergeOwner { get; }

    Property Value

    Type Description
    ToolbarFormControl

    An object that specifies the parent form’s title bar.

    See Also