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

BootstrapListBox.AllowCustomValues Property

Specifies whether or not it is possible to add custom list values using a client-side API.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to allow adding and selecting custom editor items to the data editor; otherwise, false.

Remarks

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

See Also