XRLine.DataBindings Property
In This Article
Overrides the XRControl.DataBindings property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public override XRBindingCollection DataBindings { get; }
#Property Value
Type | Description |
---|---|
XRBinding |
An XRBinding |
#Remarks
This property is intended to hide the corresponding property of the XRControl class.
See Also