Skip to main content
A newer version of this page is available.
All docs
V19.1

TemplateField.Value Property

Specifies the actual template field value.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

An object that specifies the field value.

See Also