FloatGroup.IsMaximized Property
Gets whether the FloatGroup displays a panel that is currently maximized to the window’s size. This is a dependency property.
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 FloatGroup displays a panel that is currently maximized to the window’s size; otherwise, false. |
Remarks
In the floating state, a DocumentPanel contains a maximize button that allows an end-user to maximize the panel. When the panel is maximized, the IsMaximized property returns true.
See Also