Back to Devexpress

Document.NumberingLists Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-afc3cd7a.md

latest1.3 KB
Original Source

Document.NumberingLists Property

Provides access to a collection of definitions for numbering lists instantiated in the document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
NumberingListCollection NumberingLists { get; }
vb
ReadOnly Property NumberingLists As NumberingListCollection

Property Value

TypeDescription
NumberingListCollection

A NumberingListCollection collection of definitions for lists which are present in the document.

|

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace