Skip to main content

TemplateField.Description Property

Specifies the template field description.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string Description { get; set; }

Property Value

Type Description
String

A string that specifies the field description.

See Also