Skip to main content

TabbedGroup.IsMaximized Property

Gets whether the current group is maximized. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

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