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

DocumentViewerNavigationRibbonGroup.Text Property

Specifies the DocumentViewerNavigationRibbonGroup caption.

Namespace: DevExpress.XtraReports.Web.DocumentViewer.Ribbon

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

Declaration

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

Property Value

Type Default Description
String "Navigation"

A String value.

See Also