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

TabbedGroup.IsMaximized Property

Gets whether the current group is maximized. 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 current group is maximized; otherwise, false.

Remarks

At run-time, when the current TabbedGroup is floating, an end-user can maximize a panel by clicking the Maximize button. The IsMaximized property returns whether the current TabbedGroup is maximized.

See Also