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

TemplateField.DisplayName Property

Specifies the template field display name.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public string DisplayName { get; }

Property Value

Type Description
String

A string that specifies the field display name.

See Also