Back to Devexpress

RangePermissionHighlightAreaBox Class

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

latest2.4 KB
Original Source

RangePermissionHighlightAreaBox Class

Layout element that relates to the highlighted range which visualizes the RangePermission.Range value.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class RangePermissionHighlightAreaBox :
    HighlightAreaBox
vb
Public Class RangePermissionHighlightAreaBox
    Inherits HighlightAreaBox

Remarks

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

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase HighlightAreaBox RangePermissionHighlightAreaBox

See Also

RangePermissionHighlightAreaBox Members

Range Permissions

DevExpress.XtraRichEdit.API.Layout Namespace