XRTableOfContentsTitle.Text Property
Specifies the text for the XRTableOfContents title.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.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