Skip to main content
A newer version of this page is available. .
Box

LayoutComment Class

Layout element that relates to the Comment in the document.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public class LayoutComment :
    LayoutPageAreaBase

Remarks

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

See Also