Back to Devexpress

BaseDockOptions.ShowMinimizeButton Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-basedockoptions-2e0506c5.md

latest1.5 KB
Original Source

BaseDockOptions.ShowMinimizeButton Property

Gets or sets whether floating Dock Panels should display buttons that allow users to collapse (minimize) these panels. Mimimize buttons cannot be shown if panels are always on top of their parent forms (see the DockingOptions.FloatPanelsAlwaysOnTop property).

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to show Mimimize buttons, false to hide them.

|

See Also

BaseDockOptions Class

BaseDockOptions Members

DevExpress.XtraBars.Docking Namespace