Back to Devexpress

LayoutColumn Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-96d927f7.md

latest2.1 KB
Original Source

LayoutColumn Class

Layout element that relates to the column in the section.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class LayoutColumn :
    RangedLayoutElementBase,
    IParagraphFrameContainer
vb
Public Class LayoutColumn
    Inherits RangedLayoutElementBase
    Implements IParagraphFrameContainer

Remarks

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

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase LayoutColumn

See Also

LayoutColumn Members

DevExpress.XtraRichEdit.API.Layout Namespace