Skip to main content
A newer version of this page is available. .
Tab

CheckBoxProperties Class

Contains settings specific to a checkbox editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CheckBoxProperties :
    EditProperties

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.

See Also