Skip to main content
A newer version of this page is available. .

ExpressionBindingDescription.EventNames Property

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

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v18.2.dll

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