Skip to main content
.NET 8.0+

SecurityOperations.FullAccess Field

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

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v25.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string FullAccess = "Read;Write;Delete;Navigate;Create"

Field Value

Type
String
See Also