CheckedListBoxItem.GetCheckState(Nullable<Boolean>) Method
In This Article
Converts a value of the Nullable Boolean type to the System.Windows.Forms.CheckState type.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public static CheckState GetCheckState(
bool? isChecked
)
#Parameters
Name | Type | Description |
---|---|---|
is |
Nullable<Boolean> | A Nullable Boolean value to be converted. |
#Returns
Type | Description |
---|---|
Check |
A value converted to the System. |
See Also