CheckBoxListSettings Class
Contains the CheckBoxList extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Remarks
To declare the CheckBoxList in a View, invoke the ExtensionsFactory.CheckBoxList helper method. This method returns the CheckBoxList extension that is implemented by the CheckBoxListExtension class.
To configure the CheckBoxList extension, pass the CheckBoxListSettings object to the ExtensionsFactory.CheckBoxList helper method as a parameter. The CheckBoxListSettings object contains all the CheckBoxList extension settings.
Refer to the CheckBoxList Overview topic to learn how to add the CheckBoxList extension to your project.
To access the CheckBoxList specific settings, refer to the CheckBoxListSettings.Properties property.