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

XRTableOfContentsLevelCollection Class

A collection of levels assigned to a Table of Contents.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRTableOfContentsLevelCollection :
    Collection<XRTableOfContentsLevel>

Remarks

An object of the XRTableOfContentsLevelCollection type is returned by the XRTableOfContents.Levels property.

Inheritance

Object
Collection<XRTableOfContentsLevel>
XRTableOfContentsLevelCollection
See Also