CheckEdit.DefaultStateAfterIndeterminate Field
Specifies the state that follows Indeterminate.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.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
Set the CheckEdit.Properties.AllowGrayed property to true to activate three-state mode.
The default state order is Indeterminate → Unchecked → Checked.
Set DefaultStateAfterIndeterminate to Checked to activate the following order: Indeterminate → Checked → Unchecked.
See Also