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

XRControlScripts Class

Contains names of the scripts for all report controls.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public class XRControlScripts :
    XRControlEvents

The following members return XRControlScripts objects:

#Remarks

An object of the XRControlScripts type can be obtained via the XRControl.Scripts property. It returns the script event list, according to the control’s type. All available events correspond to properties of the XRControlScripts class.

To learn more, refer to Scripting Overview.

See Also