Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Paragraph.ListLevel Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public abstract int ListLevel { get; set; }

Property Value

Type Description
Int32

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

Remarks

Specify the Paragraph.ListIndex property before specifying the ListLevel property. Otherwise, the paragraph is not included in the list.

See Also