Back to Devexpress

LayoutComment Class

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

latest2.1 KB
Original Source

LayoutComment Class

Layout element that relates to the Comment in the document.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutComment :
    RangedLayoutElementBase,
    IPieceTableContainer
vb
Public Class LayoutComment
    Inherits RangedLayoutElementBase
    Implements IPieceTableContainer

Remarks

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

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutComment

See Also

LayoutComment Members

DevExpress.XtraRichEdit.API.Layout Namespace