Back to Devexpress

BindingEventArgs.Binding Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-bindingeventargs-7f970e76.md

latest1.5 KB
Original Source

BindingEventArgs.Binding Property

Provides the information about a control’s bindings in the XRControl.EvaluateBinding event handler.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public XRBinding Binding { get; }
vb
Public ReadOnly Property Binding As XRBinding

Property Value

TypeDescription
XRBinding

An XRBinding object specifying the control’s bindings.

|

Remarks

To assign a new value to the control’s bound property, use the BindingEventArgs.Value property.

See Also

Value

BindingEventArgs Class

BindingEventArgs Members

DevExpress.XtraReports.UI Namespace