XRPivotGrid Events
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. |
CustomCellDisplayText | Enables custom display text to be provided for the cells displayed within the Data Area. |
CustomCellValue | Allows you to replace cell values with custom ones. |
CustomChartDataSourceData | Occurs when a XRPivotGrid control prepares data to be displayed in a XRChart control. |
CustomChartDataSourceRows | Occurs before the XRPivotGrid control passes its data to a bound XRChart control. |
CustomColumnWidth | Enables you to specify a custom column width or hide certain columns based on specified criteria. |
CustomFieldSort | Provides the capability to sort data using custom rules. |
CustomFieldValueCells | Allows you to customize field value cells of XRPivotGrid. |
CustomGroupInterval | Allows you to custom group values of column and row fields. |
CustomRowHeight | Enables you to specify a custom row height (e.g., to hide some rows based on specific criteria). |
CustomServerModeSort | Provides the capability to sort data using custom rules in OLAP and server mode. |
CustomSummary | Enables summary values to be calculated manually. |
CustomUnboundFieldData | Enables data to be provided for unbound fields. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Draw | This event is not available for the XRPivotGrid class. |
EvaluateBinding | Occurs after a data-bound XRControl object obtains data from its data source. Inherited from XRControl. |
FieldValueDisplayText | Enables the display text of individual column and row headers and filter dropdown items to be customized. |
HtmlItemCreated | This event is not available for the XRPivotGrid class. |
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. |
PrefilterCriteriaChanged | Fires when the Prefilter’s criteria are changed. |
PreviewClick | This event is not available for the XRPivotGrid class. |
PreviewDoubleClick | This event is not available for the XRPivotGrid class. |
PreviewMouseDown | This event is not available for the XRPivotGrid class. |
PreviewMouseMove | This event is not available for the XRPivotGrid class. |
PreviewMouseUp | This event is not available for the XRPivotGrid class. |
PrintCell | Enables you to render a different content for individual data cells. |
PrintFieldValue | Enables you to render a different content for individual field values. |
PrintHeader | Enables you to render a different content for individual field headers. |
PrintOnPage | This event is not available for the XRPivotGrid class. |
SizeChanged | Occurs when the value of the XRControl.SizeF property is changed. Inherited from XRControl. |
TextChanged | This event is not available for the XRPivotGrid class. |
See Also