aspnet-devexpress-dot-web-dot-aspxtreelist-712e69dc.md
Represents a Boolean data column.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
public class TreeListCheckColumn :
TreeListEditDataColumn
Public Class TreeListCheckColumn
Inherits TreeListEditDataColumn
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.
Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListCheckColumn
See Also