Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

public void UpdatePropertyEditors()

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