FloatGroup.IsMaximized Property
In This Article
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.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the Float |
#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