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

DocumentViewerRibbonGroupBase.Name Property

Specifies the Ribbon group name.

Namespace: DevExpress.XtraReports.Web.DocumentViewer.Ribbon

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public string Name { get; set; }

Property Value

Type Description
String

A String value.

See Also