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

TemplateField.IsBindingValue Property

Specifies whether the template field is bound to a data source’s field.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public bool IsBindingValue { get; set; }

Property Value

Type Description
Boolean

true, if the template field is bound to data; false, if this value is not specified or entered manually.

See Also