Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static CheckState GetCheckState(
    bool? isChecked
)

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