Skip to main content
A newer version of this page is available. .
Tab

CardViewTokenBoxColumn Class

A data column with the token box editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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