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

ExpressionBindingDescription.EventNames Property

Returns the collection of events in which the property is available.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public string[] EventNames { get; set; }

#Property Value

Type Description
String[]

An array of strings that specify events in which the property is available.

#Remarks

In the DataBindingMode.Expressions mode, only the XRControl.BeforePrint event is available in the Properties panel’s Expressions tab. In the DataBindingMode.ExpressionsAdvanced mode, you can use both the XRControl.BeforePrint and XRControl.PrintOnPage events.

Refer to the ExpressionBindingDescription class topic for a code sample.

See Also