Skip to main content
A newer version of this page is available. .

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.v19.1.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