Skip to main content
A newer version of this page is available. .

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

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