Skip to main content
Tab

CheckBoxProperties Class

Contains settings specific to a checkbox editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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