xtrareports-devexpress-dot-xtrareports-dot-ui-dot-band-2d1c9dda.md
Overrides the XRControl.EvaluateBinding event to hide it.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[Browsable(false)]
public override event BindingEventHandler EvaluateBinding
<Browsable(False)>
Public Overrides Event EvaluateBinding As BindingEventHandler
The EvaluateBinding event's data class is BindingEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Binding | Provides the information about a control’s bindings in the XRControl.EvaluateBinding event handler. |
| Value | Specifies a new value for a control’s bound property obtained in the XRControl.EvaluateBinding event handler. |
This event is overridden to hide the corresponding event of the XRControl class, because the EvaluateBinding event isn’t appropriate for the Band class. So, this event can’t be handled.
See Also