Back to Devexpress

BarManager.AllowMdiChildButtons Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-b2d8ccaa.md

latest1.5 KB
Original Source

BarManager.AllowMdiChildButtons Property

Gets or sets whether to show the MDI buttons for the maximized MDI child document.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool AllowMdiChildButtons { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Overridable Property AllowMdiChildButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to show the MDI buttons; otherwise, false.

|

Remarks

The image below shows how the BarManager shows the buttons for child MDI windows.

See Also

AllowMdiChildButtons

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace