Back to Devexpress

ShowRangeEditingPermissionsFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-afbd07f9.md

latest2.8 KB
Original Source

ShowRangeEditingPermissionsFormCommand Class

Invokes the ‘Editing Permissions’ form used to view and set ranges with permissions.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowRangeEditingPermissionsFormCommand :
    RichEditMenuItemSimpleCommand
vb
Public Class ShowRangeEditingPermissionsFormCommand
    Inherits RichEditMenuItemSimpleCommand

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

ShowRangeEditingPermissionsFormCommand Members

RangePermission

IUserListService

Editing Permissions Dialog

DevExpress.XtraRichEdit.Commands Namespace