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

TemplateField.Description Property

Specifies the template field description.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public string Description { get; set; }

Property Value

Type Description
String

A string that specifies the field description.

See Also