FluentDesignFormControl.MdiMergeStyle Property
This event is not relevant for the FluentDesignFormControl class.
Namespace: DevExpress.XtraBars.FluentDesignSystem
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(ToolbarFormMdiMergeStyle.Default)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public ToolbarFormMdiMergeStyle MdiMergeStyle { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| ToolbarFormMdiMergeStyle | Default | For internal use. |
Available values:
| Name | Description |
|---|---|
| Default | The mode is not specified explicitly. Enables the OnlyWhenMaximized mode. |
| Always | Title bars are merged when a child form is focused. |
| Never | Title bars are never merged. |
| OnlyWhenMaximized | Title bars are merged when a child form is maximized. |
See Also