Skip to main content

TemplateField.Category Property

Specifies the template field category.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public TemplateFieldCategory Category { get; set; }

Property Value

Type Description
TemplateFieldCategory

A TemplateFieldCategory enumeration value.

See Also