Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool IsMaximized { get; }

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