Back to Devexpress

XRPivotGrid Events

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpivotgrid-dot-underscore-events.md

latest7.9 KB
Original Source

XRPivotGrid Events

Displays multi-dimensional data in reports.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
CustomCellDisplayTextEnables custom display text to be provided for the cells displayed within the Data Area.
CustomCellValueAllows you to replace cell values with custom ones.
CustomChartDataSourceDataOccurs when a XRPivotGrid control prepares data to be displayed in a XRChart control.
CustomChartDataSourceRowsOccurs before the XRPivotGrid control passes its data to a bound XRChart control.
CustomColumnWidthEnables you to specify a custom column width or hide certain columns based on specified criteria.
CustomFieldSortProvides the capability to sort data using custom rules.
CustomFieldValueCellsAllows you to customize field value cells of XRPivotGrid.
CustomGroupIntervalAllows you to custom group values of column and row fields.
CustomRowHeightEnables you to specify a custom row height (e.g., to hide some rows based on specific criteria).
CustomServerModeSortProvides the capability to sort data using custom rules in OLAP and server mode.
CustomSummaryEnables summary values to be calculated manually.
CustomUnboundFieldDataEnables data to be provided for unbound fields.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawThis event is not available for the XRPivotGrid class.
EvaluateBindingOccurs after a data-bound XRControl object obtains data from its data source. Inherited from XRControl.
FieldValueDisplayTextEnables the display text of individual column and row headers and filter dropdown items to be customized.
HtmlItemCreatedThis event is not available for the XRPivotGrid class.
LocationChangedOccurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl.
ParentChangedOccurs when the XRControl instance’s parent is changed. Inherited from XRControl.
PrefilterCriteriaChangedFires when the Prefilter’s criteria are changed.
PreviewClickThis event is not available for the XRPivotGrid class.
PreviewDoubleClickThis event is not available for the XRPivotGrid class.
PreviewMouseDownThis event is not available for the XRPivotGrid class.
PreviewMouseMoveThis event is not available for the XRPivotGrid class.
PreviewMouseUpThis event is not available for the XRPivotGrid class.
PrintCellEnables you to render a different content for individual data cells.
PrintFieldValueEnables you to render a different content for individual field values.
PrintHeaderEnables you to render a different content for individual field headers.
PrintOnPageThis event is not available for the XRPivotGrid class.
SizeChangedOccurs when the value of the XRControl.SizeF property is changed. Inherited from XRControl.
TextChangedThis event is not available for the XRPivotGrid class.

See Also

XRPivotGrid Class

XRPivotGrid Members

DevExpress.XtraReports.UI Namespace