Back to Devexpress

CheckEdit.DefaultStateAfterIndeterminate Field

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

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Advanced)]
public static CheckEdit.StateAfterIndeterminate DefaultStateAfterIndeterminate
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Shared DefaultStateAfterIndeterminate As CheckEdit.StateAfterIndeterminate

Field Value

TypeDescription
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

CheckEdit Class

CheckEdit Members

DevExpress.XtraEditors Namespace