Skip to main content
Box

HighlightAreaCollection Class

A collection of HighlightAreaBox elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class HighlightAreaCollection :
    LayoutElementCollection<HighlightAreaBox>

The following members return HighlightAreaCollection objects:

Implements

DevExpress.Office.ISimpleCollection<HighlightAreaBox>

Inheritance

See Also