CustomAccessRule(AccessPermission) Constructor
Creates an instance of the CustomAccessRule class.
Namespace: DevExpress.Security.Resources
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
permission | AccessPermission | The AccessPermission enumeration value that specifies whether the created rule allows or denies access. |
See Also