Back to Devexpress

TreeListTokenBoxColumn Class

aspnet-devexpress-dot-web-dot-aspxtreelist-70cfc2fc.md

latest2.5 KB
Original Source

TreeListTokenBoxColumn Class

A data column that uses the ASPxTokenBox to edit column values.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

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

Remarks

TreeListTokenBoxColumn object represents a data column whose values are edited using the ASPxTokenBox editor.

The column editor’s settings can be accessed and customized using the TreeListTokenBoxColumn.PropertiesTokenBox property. Use the AutoCompleteBoxPropertiesBase.DataSourceID (or AutoCompleteBoxPropertiesBase.DataSource) property, to bind the column’s token box editor.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IWebGridColumn

IFilterablePropertyInfo

Inheritance

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListTokenBoxColumn

See Also

TreeListTokenBoxColumn Members

DevExpress.Web.ASPxTreeList Namespace