Skip to main content

BootstrapTagBox.AllowCustomTags Property

Gets or sets whether end-users can input custom tags.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public bool AllowCustomTags { get; set; }

Property Value

Type Default Description
Boolean false

true, if custom tags are available; otherwise, false.

Remarks

The AllowCustomTags property is set to false by default. This means that the Tag Box control does not allow tags that are not listed within the editor’s server-side BootstrapTagBox.Items collection. Additionally, modifications to the client-side item collection are not synchronized with the server side, regardless of the BootstrapTagBox.EnableSynchronization property’s value.

See Also