Skip to main content
Tab

DataSecurityMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

See Also