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

LayoutTable Class

Layout element that relates to a Table object.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public class LayoutTable :
    RangedLayoutElementBase

Remarks

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

See Also