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

TokenBoxProperties Class

Contains settings specific to a token box editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TokenBoxProperties :
    AutoCompleteBoxPropertiesBase,
    IControlDesigner,
    ITokenBoxItemsOwner,
    IListEditItemsOwner

The following members return TokenBoxProperties objects:

Library Related API Members
ASP.NET Controls and MVC Extensions CardViewTokenBoxColumn.PropertiesTokenBox
GridViewDataTokenBoxColumn.PropertiesTokenBox
TreeListTokenBoxColumn.PropertiesTokenBox
VerticalGridTokenBoxRow.PropertiesTokenBox
ASP.NET MVC Extensions MVCxTokenBox.Properties

Remarks

The TokenBoxProperties class contains settings specific to the ASPxTokenBox editor type.

See Also