Back to Devexpress

RangePermissionBox Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-c80432b6.md

latest2.1 KB
Original Source

RangePermissionBox Class

Layout element that relates to the Range Permission start and end visual indicators.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class RangePermissionBox :
    BookmarkBox
vb
Public Class RangePermissionBox
    Inherits BookmarkBox

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the RangePermissionBox element.

Implements

LayoutElement

Inheritance

Object LayoutElementBase BookmarkBox RangePermissionBox

See Also

RangePermissionBox Members

RangePermission

DevExpress.XtraRichEdit.API.Layout Namespace