RangePermissionCollection Class
Represents a collection of range permission in the current document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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