Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BindingEventArgs Class

Provides data for the XRControl.EvaluateBinding event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public class BindingEventArgs :
    EventArgs

#Remarks

The XRControl.EvaluateBinding event occurs when data is being obtained from a data source.

The BindingEventArgs class introduces the BindingEventArgs.Binding and BindingEventArgs.Value properties that allow you to obtain binding data, and apply custom calculations to it.

Note that BindingEventArgs objects are automatically created, initialized and passed to XRControl.EvaluateBinding event handlers.

#Inheritance

Object
EventArgs
BindingEventArgs
See Also