BootstrapComboBox.DataSecurityMode Property
In This Article
OBSOLETE
Use the Drop
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.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[Browsable(false)]
[DefaultValue(DataSecurityMode.Strict)]
[Obsolete("Use the DropDownStyle property instead. Refer to http://www.devexpress.com/bcid=BC4140 to learn more.", true)]
[Themeable(false)]
public DataSecurityMode DataSecurityMode { get; set; }
#Property Value
Type | Default |
---|---|
Data |
Strict |
Available values:
Name | Description |
---|---|
Default | The data editor allows users to enter and select custom items. |
Strict | The data editor does not allow users to enter and select custom items. |
See Also