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

DocumentViewerPrintRibbonGroup(String) Constructor

Initializes a new instance of the DocumentViewerPrintRibbonGroup class with the specified text.

Namespace: DevExpress.XtraReports.Web.DocumentViewer.Ribbon

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public DocumentViewerPrintRibbonGroup(
    string text
)

Parameters

Name Type Description
text String

A String value, specifying the Ribbon group title.

See Also