CheckBoxProperties Class
Contains settings specific to a checkbox editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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 |
Remarks
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.
Inheritance
See Also