BootstrapTagBoxCustomTagsAddedEventArgs.CustomTags Property
Gets the collection of custom tags.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<String> | An IEnumerable<T><String,> object containing the collection of custom tags. |
See Also