Skip to main content

GroupingLevelInfo.DisplayName Property

Gets the display name of a grouping level.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

A String value, specifying the grouping level display name.

See Also