CheckBoxProperties Class
In This Article
Contains settings specific to a checkbox editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CheckBoxProperties :
EditProperties
#Related API Members
The following members return CheckBoxProperties objects:
Library | Related API Members |
---|---|
ASP. |
Card |
Filter |
|
Gantt |
|
Grid |
|
Tree |
|
Vertical |
|
ASP. |
MVCx |
#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