aspnet-devexpress-dot-web-dot-aspxtreelist-70cfc2fc.md
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
public class TreeListTokenBoxColumn :
TreeListEditDataColumn
Public Class TreeListTokenBoxColumn
Inherits TreeListEditDataColumn
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.
Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListTokenBoxColumn
See Also