Class CheckState
Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.
Inheritance
System.Object
CheckState
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class CheckState : Enum
Fields
Checked
Specifies the CheckBox Checked state.
Declaration
public const CheckState Checked
Field Value
| Type |
|---|
| CheckState |
Indeterminate
Specifies the CheckBox Indeterminate state.
Declaration
public const CheckState Indeterminate
Field Value
| Type |
|---|
| CheckState |
Unchecked
Specifies the CheckBox Checked state.
Declaration
public const CheckState Unchecked
Field Value
| Type |
|---|
| CheckState |