Skip to main content
Tab

CardViewTokenBoxColumn Class

A data column with the token box editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class CardViewTokenBoxColumn :
    CardViewEditColumn

#Remarks

CardViewTokenBoxColumn object that is a data column whose values are edited using the token box. The column editor’s settings can be accessed and customized using the CardViewTokenBoxColumn.PropertiesTokenBox property.

To learn more, see Data Columns.

See Also