Skip to main content

FloatState Enum

Contains values that identify dock states.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

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