Skip to main content
Box

HighlightAreaCollection Class

A collection of HighlightAreaBox elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public class HighlightAreaCollection :
    LayoutElementCollection<HighlightAreaBox>

The following members return HighlightAreaCollection objects:

Implements

DevExpress.Office.ISimpleCollection<HighlightAreaBox>

Inheritance

See Also