TemplateField.Clone() Method
In This Article
Creates a copy of the current TemplateField object.
Namespace: DevExpress.XtraReports.Wizards.Templates
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Returns
Type | Description |
---|---|
Object | A Template |
#Remarks
This method creates a new instance of the TemplateField class and copies all the values of the current TemplateField‘s properties to it.
See Also