PermissionPolicyRoleBase.ActionPermissions Property
Specifies the collection of objects that contain Action permissions associated with the current PermissionPolicyRoleBase.
Namespace: DevExpress.Persistent.BaseImpl.EF.PermissionPolicy
Assembly: DevExpress.Persistent.BaseImpl.EFCore.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EFCore
NuGet Package: DevExpress.Persistent.BaseImpl.EF6
Declaration
Property Value
Type | Description |
---|---|
ObservableCollection<DevExpress.Persistent.BaseImpl.EF.PermissionPolicy.PermissionPolicyActionPermissionObject> | A collection of objects that contain Action permissions associated with the current PermissionPolicyRoleBase. |
See Also