Skip to main content
A newer version of this page is available. .

NumberingListBase.Levels Property

Provides access to a collection of numbering definitions for different levels.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

ReadOnlyListLevelCollection<ListLevel> Levels { get; }

Property Value

Type Description
DevExpress.XtraRichEdit.API.Native.ReadOnlyListLevelCollection<ListLevel>

A DevExpress.XtraRichEdit.API.Native.ReadOnlyListLevelCollection<T> collection of level definitions.

See Also