Skip to main content
.NET Framework 4.5.2+
Box

LayoutColumn.Type Property

Gets the type of layout element.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public override LayoutType Type { get; }

Property Value

Type Description
LayoutType

The LayoutType.Column enumeration member.

See Also