Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CheckEdit.DefaultStateAfterIndeterminate Field

Allows you to choose the order in which this CheckEdit cycles through its “Checked”, “Unchecked”, and “Indeterminate” states. The “Indeterminate” state is available if the RepositoryItemCheckEdit.AllowGrayed property is enabled.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public static CheckEdit.StateAfterIndeterminate DefaultStateAfterIndeterminate

#Field Value

Type Description
CheckEdit.StateAfterIndeterminate

Specifies the state order.

#Remarks

The default state order is “Indeterminate - Unchecked - Checked”. To alter this order and make it “Indeterminate - Checked - Unchecked”, set the DefaultStateAfterIndeterminate property to Checked.

See Also