Back to Devexpress

CardViewCheckColumn Class

aspnet-devexpress-dot-web-3f209cc7.md

latest2.1 KB
Original Source

CardViewCheckColumn Class

Represents a Boolean data column.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewCheckColumn :
    CardViewEditColumn
vb
Public Class CardViewCheckColumn
    Inherits CardViewEditColumn

Remarks

CardViewCheckColumn objects represent data columns used to display data from Boolean data fields. The column editor’s settings can be accessed and customized using the CardViewCheckColumn.PropertiesCheckEdit property.

To learn more, see Data Columns.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IWebGridDataColumn

IWebGridColumn

IFilterablePropertyInfo

IDataSourceViewSchemaAccessor

Inheritance

Object StateManager CollectionItem WebColumnBase CardViewColumn CardViewEditColumn CardViewCheckColumn

See Also

CardViewCheckColumn Members

Card View

DevExpress.Web Namespace