Back to Devexpress

NumberingList.Levels Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-numberinglist-92987066.md

latest1.4 KB
Original Source

NumberingList.Levels Property

Provides access to the level characteristics for the current numbering list.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
ListLevelCollection<OverrideListLevel> Levels { get; }
vb
ReadOnly Property Levels As ListLevelCollection(Of OverrideListLevel)

Property Value

TypeDescription
DevExpress.XtraRichEdit.API.Native.ListLevelCollection<OverrideListLevel>

A DevExpress.XtraRichEdit.API.Native.ListLevelCollection<T> containing ListLevel objects.

|

See Also

NumberingList Interface

NumberingList Members

DevExpress.XtraRichEdit.API.Native Namespace