GridCheckBoxState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class GridCheckBoxState
public enum GridCheckBoxState
type GridCheckBoxState =
Public Enum GridCheckBoxState
- Inheritance
-
GridCheckBoxState
Fields
Name | Value | Description |
---|---|---|
Checked | 0 | |
Unchecked | 1 | |
Indeterminate | 2 | |
Disabled | 3 | |
None | 4 |