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

NumberingListCollection Interface

A collection of numbering definition instances.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface NumberingListCollection :
    ISimpleCollection<NumberingList>,
    IEnumerable<NumberingList>,
    IEnumerable,
    ICollection

Remarks

The NumberingListCollection instance is accessible via the Document.NumberingLists property and contains NumberingList objects.

See Also