Skip to main content
Box

LineNumberBox.Row Property

Returns a line to which the current line number element belongs.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public LayoutRow Row { get; }

Property Value

Type Description
LayoutRow

A LayoutRow element to which the current LineNumberBox belongs.

See Also