Skip to main content

BootstrapTagBoxCustomTagsAddedEventArgs.CustomTags Property

Gets the collection of custom tags.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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