Back to Devexpress

XRPageBreak.EvaluateBinding Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpagebreak-73fea659.md

latest1.9 KB
Original Source

XRPageBreak.EvaluateBinding Event

This event is not available for the XRPageBreak class.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public override event BindingEventHandler EvaluateBinding
vb
<Browsable(False)>
Public Overrides Event EvaluateBinding As BindingEventHandler

Event Data

The EvaluateBinding event's data class is BindingEventArgs. The following properties provide information specific to this event:

PropertyDescription
BindingProvides the information about a control’s bindings in the XRControl.EvaluateBinding event handler.
ValueSpecifies a new value for a control’s bound property obtained in the XRControl.EvaluateBinding event handler.

Remarks

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

See Also

XRPageBreak Class

XRPageBreak Members

DevExpress.XtraReports.UI Namespace