Back to Devexpress

ASPxCheckListBase Class

aspnet-devexpress-dot-web-1c37890f.md

latest3.7 KB
Original Source

ASPxCheckListBase Class

The base class for list editors.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class ASPxCheckListBase :
    ASPxListEdit
vb
Public MustInherit Class ASPxCheckListBase
    Inherits 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.

Implements

Show 15 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

IDataSourceViewSchemaAccessor

Inheritance

Show 17 items

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl ASPxEditBase ASPxEdit ASPxListEdit ASPxCheckListBase ASPxCheckBoxList

ASPxRadioButtonList

BootstrapCheckBoxList

BootstrapRadioButtonList

MVCxRadioButtonList

MVCxCheckBoxList

See Also

ASPxCheckListBase Members

DevExpress.Web Namespace