CheckedListBoxItem.GetCheckState(Nullable<Boolean>) Method
Converts a value of the Nullable Boolean type to the System.Windows.Forms.CheckState type.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| isChecked | Nullable<Boolean> | A Nullable Boolean value to be converted. |
Returns
| Type | Description |
|---|---|
| CheckState | A value converted to the System.Windows.Forms.CheckState type. |
See Also