ShowRangeEditingPermissionsFormCommand Class
In This Article
Invokes the 'Editing Permissions' form used to view and set ranges with permissions.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Remarks
The command is enabled if document protection is stopped.
The 'Editing Permissions' form calls the IUserListService to obtain user names and the IUserGroupListService to obtain groups. You should implement at least the IUserListService service or both services in your application to use the form.
For more information see the RangePermission topic
#Inheritance
Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
RichEditCommand
RichEditMenuItemSimpleCommand
ShowRangeEditingPermissionsFormCommand
See Also