Back to Devexpress

LayoutNoteCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-383cb61b.md

latest1.9 KB
Original Source

LayoutNoteCollection Class

A collection of LayoutNote elements.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutNoteCollection :
    LayoutElementCollection<LayoutNote>
vb
Public Class LayoutNoteCollection
    Inherits LayoutElementCollection(Of LayoutNote)

The following members return LayoutNoteCollection objects:

Implements

DevExpress.Office.ISimpleCollection<DevExpress.XtraRichEdit.API.Layout.LayoutNote>

IEnumerable<DevExpress.XtraRichEdit.API.Layout.LayoutNote>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<DevExpress.XtraRichEdit.API.Layout.LayoutNote> LayoutNoteCollection

See Also

LayoutNoteCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace