ShowRangeEditingPermissionsFormCommand Class
Invokes the ‘Editing Permissions’ form used to view and set ranges with permissions.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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