Back to Devexpress

CheckEdit.StateAfterIndeterminate Enum

windowsforms-devexpress-dot-xtraeditors-dot-checkedit.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum StateAfterIndeterminate
vb
Public Enum StateAfterIndeterminate

Members

NameDescription
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

DevExpress.XtraEditors Namespace