Skip to main content

CheckedListBoxControl.CheckMode Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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