RangePermissionCollection Class
Represents a collection of range permission in the current document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return RangePermissionCollection objects:
Remarks
The RangePermissionCollection provides access to RangePermission objects contained in the document.
Use the SubDocument.BeginUpdateRangePermissions method to get access to the RangePermissionCollection collection.
Implements
Inheritance
See Also