HasRightsToModifyMemberController.UpdatePropertyEditors() Method
Makes the Property Editors’ states read-only or editable, dependent on the current user’s permissions.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Remarks
The UpdatePropertyEditors method iterates through all the Property Editors available in the current Detail View. The method makes them read-only when the current user has no permission to modify the displayed property.
See Also