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