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