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.v20.2.dll

NuGet Package: DevExpress.Web

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

See Also