Skip to main content

DocumentViewerRibbonGroupBase.Name Property

Specifies the Ribbon group name.

Namespace: DevExpress.XtraReports.Web.DocumentViewer.Ribbon

Assembly: DevExpress.XtraReports.v23.2.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