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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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