Skip to main content
All docs
V25.2
  • 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 IndeterminateUncheckedChecked.

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

    See Also