Skip to main content
All docs
V26.1
  • ParentFormState Enum

    Enumerates values that specify whether the form under the wait form is enabled.

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public enum ParentFormState

    Members

    Name Description
    Locked

    The form under the wait form is disabled.

    Unlocked

    The form under the wait form is enabled.

    See Also