Skip to main content

MasterDetailInfoBase.DisplayName Property

Specifies the item display name.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[DataMember]
public string DisplayName { get; }

Property Value

Type Description
String

A String value that specifies the item display name.

See Also