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

TokenBoxExtension Class

Represents an extension object implementing the TokenBox functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class TokenBoxExtension :
    EditorExtension

Remarks

To declare the TokenBox in a View, invoke the ExtensionsFactory.TokenBox helper method. This method returns the TokenBox extension that is implemented by the TokenBoxExtension class.

To configure the TokenBox extension, pass the TokenBoxSettings object to the ExtensionsFactory.TokenBox helper method as a parameter. The TokenBoxSettings object contains all the TokenBox extension settings.

Refer to the TokenBox Overview topic to learn how to add the TokenBox extension to your project.

Inheritance

See Also