Class CheckState
Represents the states a checkbox can have.
Inheritance
System.Object
CheckState
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class CheckState : Enum
Fields
Checked
The checkbox is checked.
Declaration
public const CheckState Checked
Field Value
| Type |
|---|
| CheckState |
Indeterminate
The checkbox is in an indeterminate state (partially checked).
Declaration
public const CheckState Indeterminate
Field Value
| Type |
|---|
| CheckState |
Unchecked
The checkbox is unchecked.
Declaration
public const CheckState Unchecked
Field Value
| Type |
|---|
| CheckState |