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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public LayoutRow Row { get; }

Property Value

Type Description
LayoutRow

A LayoutRow element to which the current LineNumberBox belongs.

See Also