Back to Devexpress

LayoutCommentCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-d7554f45.md

latest2.4 KB
Original Source

LayoutCommentCollection Class

A collection of LayoutComment elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutCommentCollection :
    LayoutElementCollection<LayoutComment>
vb
Public Class LayoutCommentCollection
    Inherits LayoutElementCollection(Of LayoutComment)

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the LayoutCommentCollection element.

Implements

DevExpress.Office.ISimpleCollection<LayoutComment>

IEnumerable<LayoutComment>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<LayoutComment> LayoutCommentCollection

See Also

LayoutCommentCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace