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

XRCrossTab Events
Show Inherited Hide Inherited

Displays multi-dimensional data in reports.
Name Description
AfterPrint Occurs after an XRControl object is displayed in the report. Inherited from XRControl.
BeforePrint Occurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
Draw Overrides the XRControl.Draw event to hide it.
EvaluateBinding Overrides the XRControl.EvaluateBinding event to hide it.
HtmlItemCreated Overrides the XRControl.HtmlItemCreated event to hide it.
LocationChanged Occurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl.
ParentChanged Occurs when the XRControl instance’s parent is changed. Inherited from XRControl.
PreviewClick Overrides the XRControl.PreviewClick event to hide it.
PreviewDoubleClick Overrides the XRControl.PreviewDoubleClick event to hide it.
PreviewMouseDown Overrides the XRControl.PreviewMouseDown event to hide it.
PreviewMouseMove Overrides the XRControl.PreviewMouseMove event to hide it.
PreviewMouseUp Overrides the XRControl.PreviewMouseUp event to hide it.
PrintOnPage Overrides the XRControl.PrintOnPage event to hide it.
SizeChanged Overrides the XRControl.SizeChanged event to hide it.
TextChanged Overrides the XRControl.TextChanged event to hide it.
See Also