A newer version of this page is available.
Switch to the current version.
BootstrapListBox.DataSecurityMode Property
Obsolete. 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.v18.2.dll
Declaration
[Browsable(false)]
[Obsolete("Use the AllowCustomValues property instead. Refer to http://www.devexpress.com/bcid=BC4140 to learn more.", true)]
[DefaultValue(DataSecurityMode.Strict)]
[Themeable(false)]
public DataSecurityMode DataSecurityMode { get; set; }
<Browsable(False)>
<Obsolete("Use the AllowCustomValues property instead. Refer to http://www.devexpress.com/bcid=BC4140 to learn more.", True)>
<DefaultValue(DataSecurityMode.Strict)>
<Themeable(False)>
Public Property DataSecurityMode As DataSecurityMode
Property Value
Type | Default |
---|---|
DataSecurityMode | Strict |
See Also
Feedback