• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Checklist in ASP.NET Core ListView Control

This sample demonstrates the checkbox functionalities of the ListView. Click multiple list item to check or uncheck the items.

DEMO
SOURCE

Flat List

Group List

The ListView component has checkbox feature, which is used to select multiple items from the list. This feature can be enabled using the ShowCheckBoxproperty.

In this sample, the checkbox is enabled on default list and group list.