Skip to main content
All docs
V25.1
  • Row

    FormControlCheckState Enum

    Indicates available states for the checkbox form control.

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public enum FormControlCheckState

    Members

    Name Description
    Checked

    The checkbox is checked.

    Unchecked

    The checkbox is unchecked.

    Indeterminate

    The checkbox state is indeterminate.

    Related API Members

    The following properties accept/return FormControlCheckState values:

    See Also