Skip to main content
Tab

TokenBoxProperties Class

Contains settings specific to a token box editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 Web Forms Controls 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