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

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(CheckMode.Multiple)]
[DXCategory("Behavior")]
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