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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the LayoutPanel is maximized; otherwise, false. |
See Also