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