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

TemplateField.Category Property

Specifies the template field category.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public TemplateFieldCategory Category { get; set; }

Property Value

Type Description
TemplateFieldCategory

A TemplateFieldCategory enumeration value.

Available values:

Name Description
Vendor

A category that contains fields providing information about a vendor.

Customer

A category that contains fields providing information about a customer.

InvoiceInfo

A category that contains fields with general information about an invoice report.

OrderDetails

A category that contains fields displaying order details.

See Also