Back to Devexpress

CheckBoxListSettings.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-checkboxlistsettings.md

latest1.8 KB
Original Source

CheckBoxListSettings.Properties Property

Provides access to the settings which are specific to the CheckBoxList editor.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxCheckBoxListProperties Properties { get; }
vb
Public ReadOnly Property Properties As MVCxCheckBoxListProperties

Property Value

TypeDescription
MVCxCheckBoxListProperties

An MVCxCheckBoxListProperties object containing the CheckBoxList specific settings.

|

Remarks

Use this property to get access to the CheckBoxList specific settings. To access all the CheckBoxList settings, use the members exposed by the CheckBoxListSettings class.

See Also

CheckBoxList

CheckBoxListSettings

CheckBoxListSettings Members

DevExpress.Web.Mvc Namespace