Skip to main content
.NET 6.0+

SecurityOperations.Delete Field

Gets the “Delete” operation name. This operation is applied to type permissions only. To check the permission to remove an object from a nested collection, use “Write” instead.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string Delete = "Delete"

Field Value

Type
String
See Also