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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to allow client-side API members to add custom items to the data editor and select them; 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.