XRTableOfContents.LevelTitle Property
Contains text and formating properties for a title of an XRTableOfContents.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[SRCategory(ReportStringId.CatBehavior)]
public XRTableOfContentsTitle LevelTitle { get; }
Property Value
Type | Description |
---|---|
XRTableOfContentsTitle | An XRTableOfContentsTitle object. |
See Also