Skip to main content

ReadOnlyParagraphPropertiesBase.ListLevel Property

Gets list level applied to the numbering list in the current paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

int ListLevel { get; }

Property Value

Type Description
Int32

An integer that is the list level of the current paragraph.

See Also