Skip to main content
A newer version of this page is available.
All docs
V18.2

TemplateField.IsBindingValue Property

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

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v18.2.dll

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