TokenCollection(TokenBoxProperties) Constructor
Initializes a new instance of the TokenCollection class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public TokenCollection(
TokenBoxProperties properties
)
Public Sub New(
properties As TokenBoxProperties
)
Parameters
Name | Type | Description |
---|---|---|
properties | TokenBoxProperties | A TokenBoxProperties object that contains the editor properties. |
See Also
Feedback