CheckBoxValuesAttribute Properties
Specifies the check box’s values.| Name | Description |
|---|---|
| AllowGrayed | Gets or sets a value specifying whether the grayed state is available for a check box. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
| ValueChecked | Gets or sets the value that represents the editor’s checked state. |
| ValueGrayed | Gets or sets the value that corresponds to the editor’s grayed state. |
| ValueUnchecked | Gets or sets the value that represents the editor’s unchecked state. |
See Also