Skip to main content

RangePermissionCollection Class

Represents a collection of range permission in the current document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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