Skip to main content
All docs
V25.1
  • DXWindowState Enum

    Lists values that specify the window state (minimized, maximized, restored).

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    #Declaration

    public enum DXWindowState

    #Members

    Name Description
    Normal

    The window is restored.

    Minimized

    The window is minimized.

    Maximized

    The window is maximized.

    #Related API Members

    The following properties accept/return DXWindowState values:

    #Remarks

    The values listed by this enumeration are used to set the WindowState property value.

    See Also