Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RangePermissionCollection Class

Represents a collection of range permission in the current document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

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

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