TokenBoxExtension Class
In This Article
Represents an extension object implementing the TokenBox functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#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
Object
ExtensionBase
EditorExtension
TokenBoxExtension
See Also