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

DataSecurityMode Enum

Lists the values used to specify the data editor’s policy on adding custom items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum DataSecurityMode

Members

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.

Related API Members

The following properties accept/return DataSecurityMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxAutoCompleteBoxBase.DataSecurityMode
ASPxListBox.DataSecurityMode
AutoCompleteBoxPropertiesBase.DataSecurityMode
ListBoxProperties.DataSecurityMode
ASP.NET Bootstrap Controls BootstrapTagBox.DataSecurityMode
BootstrapTagBoxProperties.DataSecurityMode

Remarks

The values listed by this enumeration are used to set the DataSecurityMode property of the list data editors (like ComboBox, TokenBox, and ListBox).

See Also