TreeListTokenBoxColumn Class
A data column that uses the ASPxTokenBox to edit column values.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Inheritance
See Also