Skip to main content

DocumentViewerReportRibbonGroup(String) Constructor

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

Namespace: DevExpress.XtraReports.Web.DocumentViewer.Ribbon

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public DocumentViewerReportRibbonGroup(
    string text
)

Parameters

Name Type Description
text String

A String value, specifying the Ribbon group title.

See Also