CheckEdit.StateAfterIndeterminate Enum
Values of this enumeration specify the order in which a CheckEdit cycles through its “Checked”, “Unchecked”, and “Indeterminate” states.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Default
|
CheckEdit editors cycle through their states in the same order as for the Unchecked value (“Indeterminate - Unchecked - Checked”). |
Unchecked
|
CheckEdit editors cycle through their states in the “Indeterminate - Unchecked - Checked” order. |
Checked
|
CheckEdit editors cycle through their states in the “Indeterminate - Checked - Unchecked” order. |
See Also