Back to Devexpress

TreeListCheckColumn Class

aspnet-devexpress-dot-web-dot-aspxtreelist-712e69dc.md

latest2.3 KB
Original Source

TreeListCheckColumn Class

Represents a Boolean data column.

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListCheckColumn :
    TreeListEditDataColumn
vb
Public Class TreeListCheckColumn
    Inherits TreeListEditDataColumn

Remarks

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

To learn more, see Data and Command Columns.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IWebGridColumn

IFilterablePropertyInfo

Inheritance

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListCheckColumn

See Also

TreeListCheckColumn Members

Tree List

DevExpress.Web.ASPxTreeList Namespace