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

MasterDetailInfoBase.DisplayName Property

Specifies the item display name.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DataMember]
public string DisplayName { get; }

Property Value

Type Description
String

A String value that specifies the item display name.

See Also