Back to Devexpress

CommentBoxCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-2671b6bd.md

latest1.9 KB
Original Source

CommentBoxCollection Class

A collection of CommentBox elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class CommentBoxCollection :
    LayoutElementCollection<CommentBox>
vb
Public Class CommentBoxCollection
    Inherits LayoutElementCollection(Of CommentBox)

The following members return CommentBoxCollection objects:

Implements

DevExpress.Office.ISimpleCollection<CommentBox>

IEnumerable<CommentBox>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<CommentBox> CommentBoxCollection

See Also

CommentBoxCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace