BootstrapTagBoxProperties.AllowCustomTags Property
Gets or sets whether end-users can input custom tags.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[DefaultValue(false)]
public bool AllowCustomTags { get; set; }
<DefaultValue(False)>
Public Property AllowCustomTags As Boolean
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
Feedback