TemplateField.Category Property
Specifies the template field category.
Namespace: DevExpress.XtraReports.Wizards.Templates
Assembly:
DevExpress.XtraReports.v25.1.dll
NuGet Package:
DevExpress.Reporting.Core
Declaration
public TemplateFieldCategory Category { get; set; }
Public Property Category As TemplateFieldCategory
Property 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