Skip to main content
Box

CommentHighlightAreaCollection Class

A collection of CommentHighlightAreaBox elements.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public class CommentHighlightAreaCollection :
    LayoutElementCollection<CommentHighlightAreaBox>

The following members return CommentHighlightAreaCollection objects:

Implements

DevExpress.Office.ISimpleCollection<CommentHighlightAreaBox>

Inheritance

See Also