Skip to main content

TreeListTokenBoxColumn Class

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public class TreeListTokenBoxColumn :
    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.

See Also