Skip to main content
All docs
V26.1
  • FluentDesignFormControl.UnMerge Event

    This event is not relevant for the FluentDesignFormControl class.

    Namespace: DevExpress.XtraBars.FluentDesignSystem

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    [Browsable(false)]
    [DXCategory("Merge")]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public event ToolbarFormMergeEventHandler UnMerge

    Event Data

    The UnMerge event's data class is ToolbarFormMergeEventArgs. The following properties provide information specific to this event:

    Property Description
    MergedChild Provides access to the child form’s title bar.
    MergeOwner Provides access to the parent form’s title bar.
    See Also