Skip to main content

RangePermissionCollection Class

Represents a collection of ranges with permissions in the current document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

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

#Returned By

The SubDocument.BeginUpdateRangePermissions() method returns an instance of RangePermissionCollection.

#Remarks

Use the SubDocument.BeginUpdateRangePermissions method to get access to the RangePermissionCollection collection.

#Inheritance

Object
List<RangePermission>
RangePermissionCollection
See Also