Skip to main content

DocumentViewerHomeRibbonTab.Text Property

Specifies the DocumentViewerHomeRibbonTab caption.

Namespace: DevExpress.XtraReports.Web.DocumentViewer.Ribbon

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("Home")]
public string Text { get; set; }

Property Value

Type Default Description
String "Home"

A String value.

See Also