Skip to main content

FluentDesignForm.IsMdiContainer Property

Not supported.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsMdiContainer { get; set; }

Property Value

Type Default
Boolean false

Remarks

FluentDesignForm does not support MDI mode.

See Also