Skip to main content
Box

CommentHighlightAreaCollection Class

A collection of CommentHighlightAreaBox elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public class CommentHighlightAreaCollection :
    LayoutElementCollection<CommentHighlightAreaBox>

The following members return CommentHighlightAreaCollection objects:

Implements

DevExpress.Office.ISimpleCollection<CommentHighlightAreaBox>

Inheritance

See Also