aspnet-devexpress-dot-web-a9be9b51.md
Contains settings specific to a checkbox editor.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CheckBoxProperties :
EditProperties
Public Class CheckBoxProperties
Inherits EditProperties
The following members return CheckBoxProperties objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | CardViewCheckColumn.PropertiesCheckEdit |
| FilterControlCheckColumn.PropertiesCheckEdit | |
| GanttCheckColumn.PropertiesCheckEdit | |
| GridViewDataCheckColumn.PropertiesCheckEdit | |
| TreeListCheckColumn.PropertiesCheckEdit | |
| VerticalGridCheckRow.PropertiesCheckEdit | |
| ASP.NET MVC Extensions | MVCxCheckBox.Properties |
The CheckBoxProperties class contains settings specific to the ASPxCheckBox editor type and serves as a base for the RadioButtonProperties class. In addition to the common editor settings inherited from its ancestors, the CheckBoxProperties class implements specific properties which define the check box editor’s appearance and behavior.
Show 13 items
Object StateManager PropertiesBase EditPropertiesBase EditProperties CheckBoxProperties RadioButtonProperties
BootstrapRadioButtonProperties
See Also