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

FloatState Enum

Contains values that identify dock states.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public enum FloatState

Members

Name Description
Normal

The panel is normal.

Minimized

The panel is minimized.

Maximized

The panel is maximized.

Related API Members

The following properties accept/return FloatState values:

See Also