Skip to main content
.NET 6.0+

SecurityOperations.CRUDAccess Field

Gets the semicolon-separated list of “Create”, “Read”, “Write”, and “Delete” operation names.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string CRUDAccess = "Create;Read;Write;Delete"

Field Value

Type
String
See Also