Back to Devexpress

CheckListPropertiesBase Class

aspnet-devexpress-dot-web-533c0cac.md

latest2.1 KB
Original Source

CheckListPropertiesBase Class

Contains the base settings specific to list editors.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public abstract class CheckListPropertiesBase :
    ListEditProperties
vb
Public MustInherit Class CheckListPropertiesBase
    Inherits ListEditProperties

Remarks

The CheckListPropertiesBase class serves as a base for the editor properties classes that define the behavior of editors which can contain a list of check boxes or radio buttons.

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 13 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties ListEditProperties CheckListPropertiesBase CheckBoxListProperties

RadioButtonListProperties

BootstrapCheckBoxListProperties

BootstrapRadioButtonListProperties

MVCxCheckBoxListProperties

MVCxRadioButtonListProperties

See Also

CheckListPropertiesBase Members

DevExpress.Web Namespace