Skip to main content
.NET 6.0+

CustomHasPermissionToEventArgs.Operation Property

Specifies the name of the requested operation. Valid operation names are declared as the SecurityOperations class’ constants.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public string Operation { get; set; }

Property Value

Type Description
String

A string specifying the name of the requested operation.

See Also