Back to Devexpress

Member Table: Obtain Underlying Data

aspnet-7291-components-pivot-grid-member-tables-data-related-features-member-table-obtain-underlying-data.md

latest984 B
Original Source

Member Table: Obtain Underlying Data

  • Dec 17, 2020
MethodDescription
PivotCellEventArgsBase<TField, TData, TCustomTotal>.CreateDrillDownDataSourceReturns a list of the records used to calculate a summary value for a specific cell.
PivotGridCustomSummaryEventArgsBase<T>.CreateDrillDownDataSourceReturns a list of the records used to calculate a summary value for a specific cell. This method is available via the ASPxPivotGrid.CustomSummary event.
ASPxPivotGrid.CreateDrillDownDataSourceReturns a list of records, which are associated with the specified cell.