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

ASPxCheckListBase Class

The base class for list editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public abstract class ASPxCheckListBase :
    ASPxListEdit

Remarks

The ASPxCheckListBase class is the base class which implements the common list editor functionality. This functionality is inherited by the ASPxCheckListBase class’s descendants - the ASPxCheckBoxList, ASPxRadioButtonList, MVCxCheckBoxList, and MVCxRadioButtonList editors.

See Also