Skip to main content
All docs
V23.2

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum StateAfterIndeterminate

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