Back to Devexpress

CheckBoxSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-53a5ae97.md

latest2.4 KB
Original Source

CheckBoxSettings Class

Contains the CheckBox extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class CheckBoxSettings :
    EditorSettings
vb
Public Class CheckBoxSettings
    Inherits EditorSettings

Remarks

To declare the CheckBox in a View, invoke the ExtensionsFactory.CheckBox helper method. This method returns the CheckBox extension that is implemented by the CheckBoxExtension class.

To configure the CheckBox extension, pass the CheckBoxSettings object to the ExtensionsFactory.CheckBox helper method as a parameter. The CheckBoxSettings object contains all the CheckBox extension settings.

Refer to the CheckBox Overview topic to learn how to add the CheckBox extension to your project.

To access the CheckBox specific settings, refer to the CheckBoxSettings.Properties property.

Inheritance

Object SettingsBase EditorSettings CheckBoxSettings

See Also

CheckBoxSettings Members

CheckBox

CheckBoxExtension

DevExpress.Web.Mvc Namespace