Skip to main content

ReadOnlySectionLineNumbering.Start Property

Gets the initial number from which the numbering starts.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

int Start { get; }

Property Value

Type Description
Int32

A Int32 object that is the starting number.

See Also