Back to Devexpress

XRTableOfContentsLevelCollection Class

xtrareports-devexpress-dot-xtrareports-dot-ui-2727e1a6.md

latest1.7 KB
Original Source

XRTableOfContentsLevelCollection Class

A collection of levels assigned to a Table of Contents.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class XRTableOfContentsLevelCollection :
    Collection<XRTableOfContentsLevel>
vb
Public Class XRTableOfContentsLevelCollection
    Inherits Collection(Of XRTableOfContentsLevel)

The following members return XRTableOfContentsLevelCollection objects:

Remarks

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

Inheritance

Object Collection<XRTableOfContentsLevel> XRTableOfContentsLevelCollection

See Also

XRTableOfContentsLevelCollection Members

DevExpress.XtraReports.UI Namespace