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