Back to Devexpress

ParagraphStyle.ListLevelIndex Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphstyle-ce4f9647.md

latest1.4 KB
Original Source

ParagraphStyle.ListLevelIndex Property

Gets or sets the list level applied to the paragraph formatted with the current style.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
int ListLevelIndex { get; set; }
vb
Property ListLevelIndex As Integer

Property Value

TypeDescription
Int32

An integer that is the list level of the paragraph formatted with the current style.

|

Remarks

To obtain the list to which the paragraph formatted with the current style belongs, use the ParagraphStyle.NumberingListIndex property.

See Also

ParagraphStyle Interface

ParagraphStyle Members

DevExpress.XtraRichEdit.API.Native Namespace