Skip to main content
A newer version of this page is available. .

RangePermissionCollection Class

Represents a collection of range permission in the current document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[ComVisible(true)]
public class RangePermissionCollection :
    List<RangePermission>

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.

Inheritance

Object
List<RangePermission>
RangePermissionCollection
See Also