Skip to main content

GalleryItem.DisplayName Property

Specifies the display name of a Report Gallery item.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string DisplayName { get; set; }

Property Value

Type Description
String

A String value that specifies the item display name.

See Also