Back to Devexpress

FieldHighlightAreaCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-1da381b1.md

latest2.1 KB
Original Source

FieldHighlightAreaCollection Class

A collection of FieldHighlightAreaBox elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class FieldHighlightAreaCollection :
    LayoutElementCollection<FieldHighlightAreaBox>
vb
Public Class FieldHighlightAreaCollection
    Inherits LayoutElementCollection(Of FieldHighlightAreaBox)

The following members return FieldHighlightAreaCollection objects:

Implements

DevExpress.Office.ISimpleCollection<FieldHighlightAreaBox>

IEnumerable<FieldHighlightAreaBox>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<FieldHighlightAreaBox> FieldHighlightAreaCollection

See Also

FieldHighlightAreaCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace