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

BootstrapTagBoxProperties.AllowCustomTags Property

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

Namespace: DevExpress.Web.Bootstrap

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

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 BootstrapTagBoxProperties.Items collection. Additionally, modifications to the client-side item collection are not synchronized with the server side, regardless of the BootstrapTagBoxProperties.EnableSynchronization property’s value.

Note

The AllowCustomTags property synchronizes its value with the editor’s BootstrapTagBox.AllowCustomTags property.

See Also