Skip to main content
All docs
V23.2

IListBox<TData, TValue>.ShowCheckboxes Property

Specifies whether to display item checkboxes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(false)]
bool ShowCheckboxes { get; set; }

Property Value

Type Default Description
Boolean false

true to display item checkboxes; otherwise, false.

Remarks

Refer to the ShowCheckboxes property description for more information and an example.

See Also