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

CheckedListBoxControl.CheckMode Property

Gets or sets whether single or multiple items can be checked simultaneously.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(CheckMode.Multiple)]
public CheckMode CheckMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.CheckMode **Multiple**

A DevExpress.XtraEditors.CheckMode enumeration value, such as Single or Multiple, that specifies whether single or multiple items can be checked simultaneously.

See Also