Skip to main content

XRTableOfContentsTitle.Text Property

Specifies the text for the XRTableOfContents title.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatAppearance)]
[XRLocalizable(true)]
public string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

See Also