Skip to main content
A newer version of this page is available. .

XRTableOfContentsTitle.Text Property

Specifies the text for the XRTableOfContents title.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value.

See Also