Back to Devexpress

XRTableOfContentsTitle.Text Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrtableofcontentstitle.md

latest1.6 KB
Original Source

XRTableOfContentsTitle.Text Property

Specifies the text for the XRTableOfContents title.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue("")]
[SRCategory(ReportStringId.CatAppearance)]
[XRLocalizable(true)]
public string Text { get; set; }
vb
<DefaultValue("")>
<SRCategory(ReportStringId.CatAppearance)>
<XRLocalizable(True)>
Public Property Text As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value.

|

See Also

Add a Table of Contents (TOC)

XRTableOfContentsTitle Class

XRTableOfContentsTitle Members

DevExpress.XtraReports.UI Namespace