Skip to main content
Tab

DataSecurityMode Enum

Lists values that specify whether users can enter and select values that do not exist in the Items collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

NuGet Package: DevExpress.Web

Declaration

public enum DataSecurityMode

Members

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