Skip to main content

XRTableOfContentsLevelCollection Class

A collection of levels assigned to a Table of Contents.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.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