Back to Devexpress

LayoutTableHeader Class

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

latest2.0 KB
Original Source

LayoutTableHeader Class

Layout element that relates to a table header.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutTableHeader :
    LayoutElementBase,
    IParagraphFrameContainer
vb
Public Class LayoutTableHeader
    Inherits LayoutElementBase
    Implements IParagraphFrameContainer

The following members return LayoutTableHeader objects:

Remarks

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

Implements

LayoutElement

Inheritance

Object LayoutElementBase LayoutTableHeader

See Also

LayoutTableHeader Members

DevExpress.XtraRichEdit.API.Layout Namespace