Enum CheckState
Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum CheckState
Fields
| Name | Description |
|---|---|
| Checked | Specifies the CheckBox Checked state. |
| Indeterminate | Specifies the CheckBox Indeterminate state. |
| Unchecked | Specifies the CheckBox Checked state. |