Skip to main content
All docs
V26.1
  • CheckEdit.DefaultStateAfterIndeterminate Field

    Specifies the state that follows Indeterminate.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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 IndeterminateUncheckedChecked.

    Set DefaultStateAfterIndeterminate to Checked to activate the following order: IndeterminateCheckedUnchecked.

    See Also