Skip to main content

ParentFormState Enum

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v24.2.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