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
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. |
Related API Members
The following properties accept/return DataSecurityMode values:
See Also