Back to Devexpress

HighlightAreaCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-2d559fcc.md

latest2.0 KB
Original Source

HighlightAreaCollection Class

A collection of HighlightAreaBox elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class HighlightAreaCollection :
    LayoutElementCollection<HighlightAreaBox>
vb
Public Class HighlightAreaCollection
    Inherits LayoutElementCollection(Of HighlightAreaBox)

The following members return HighlightAreaCollection objects:

Implements

DevExpress.Office.ISimpleCollection<HighlightAreaBox>

IEnumerable<HighlightAreaBox>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<HighlightAreaBox> HighlightAreaCollection

See Also

HighlightAreaCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace