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

SubDocument.EndUpdateRangePermissions(RangePermissionCollection) Method

Finalizes the update and applies the changes to range permissions.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

void EndUpdateRangePermissions(
    RangePermissionCollection permissions
)

Parameters

Name Type Description
permissions RangePermissionCollection

A RangePermissionCollection containing range permissions being updated.

See Also