Back to Devexpress

LayoutPanel.IsMaximized Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutpanel-b3a87a93.md

latest1.3 KB
Original Source

LayoutPanel.IsMaximized Property

Gets whether the LayoutPanel is maximized. This property is in effect for floating panels.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool IsMaximized { get; }
vb
Public ReadOnly Property IsMaximized As Boolean

Property Value

TypeDescription
Boolean

true, if the LayoutPanel is maximized; otherwise, false.

|

See Also

AllowMaximize

ShowMaximizeButton

ShowRestoreButton

LayoutPanel Class

LayoutPanel Members

DevExpress.Xpf.Docking Namespace