Skip to main content
A newer version of this page is available. .

BootstrapTagBoxCustomTagsAddedEventArgs.CustomTags Property

Gets the collection of custom tags.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public IEnumerable<string> CustomTags { get; }

Property Value

Type Description
IEnumerable<String>

An IEnumerable<T><String,> object containing the collection of custom tags.

See Also