Back to Devexpress

CheckBoxProperties Class

aspnet-devexpress-dot-web-a9be9b51.md

latest3.2 KB
Original Source

CheckBoxProperties Class

Contains settings specific to a checkbox editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CheckBoxProperties :
    EditProperties
vb
Public Class CheckBoxProperties
    Inherits EditProperties

The following members return CheckBoxProperties objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsCardViewCheckColumn.PropertiesCheckEdit
FilterControlCheckColumn.PropertiesCheckEdit
GanttCheckColumn.PropertiesCheckEdit
GridViewDataCheckColumn.PropertiesCheckEdit
TreeListCheckColumn.PropertiesCheckEdit
VerticalGridCheckRow.PropertiesCheckEdit
ASP.NET MVC ExtensionsMVCxCheckBox.Properties

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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 13 items

Object StateManager PropertiesBase EditPropertiesBase EditProperties CheckBoxProperties RadioButtonProperties

RibbonCheckBoxProperties

BootstrapCheckBoxProperties

BootstrapRadioButtonProperties

MVCxColumnCheckBoxProperties

MVCxCheckBoxProperties

MVCxRadioButtonProperties

See Also

CheckBoxProperties Members

Check Box

DevExpress.Web Namespace