Skip to main content
All docs
V23.2
Row

FormControlCheckState Enum

Indicates available states for the checkbox form control.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.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