Back to Devexpress

XRLine.DataBindings Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrline-1238e7ba.md

latest1.4 KB
Original Source

XRLine.DataBindings Property

Overrides the XRControl.DataBindings property.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override XRBindingCollection DataBindings { get; }
vb
Public Overrides ReadOnly Property DataBindings As XRBindingCollection

Property Value

TypeDescription
XRBindingCollection

An XRBindingCollection object that is a collection of bindings for the control.

|

Remarks

This property is intended to hide the corresponding property of the XRControl class.

See Also

XRLine Class

XRLine Members

DevExpress.XtraReports.UI Namespace