TokenBoxExtension.GetSelectedValues<T>(String) Method
Returns an array of the values of the TokenBox’s selected items.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string specifying the editor name. |
Type Parameters
Name |
---|
T |
Returns
Type | Description |
---|---|
T[] | An array that contains zero or more T[] objects that are the values of the selected items. |
Remarks
Use the GetSelectedValues<T> method to obtain an array of values of the selected items within a TokenBox.
TokenBoxExtension.GetSelectedValues<string[]>("myTokenBox")
See Also