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

BootstrapComboBox.DataSecurityMode Property

OBSOLETE

Use the DropDownStyle property instead. Refer to http://www.devexpress.com/bcid=BC4140 to learn more.

Provides the capability to restrict setting the editor value on the client side to values listed in the server Items collection.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[Browsable(false)]
[Obsolete("Use the DropDownStyle property instead. Refer to http://www.devexpress.com/bcid=BC4140 to learn more.", true)]
[DefaultValue(DataSecurityMode.Strict)]
[Themeable(false)]
public DataSecurityMode DataSecurityMode { get; set; }

Property Value

Type Default
DataSecurityMode **Strict**

Available values:

Name Description
Default

The data editor allows adding and selecting custom editor items.

Strict

The data editor does not allow adding and selecting custom editor items.

See Also