InterfaceIUnderlyingDataProvider
Interface
Provides the underlying data behind a pivot grouping.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public interface IUnderlyingDataProvider
Methods
Events
GetUnderlyingDataCompleted
Occurs when the underlying data extraction has completed.
Declaration
cs-api-definition
event EventHandler<DrillDownCompletedEventArgs> GetUnderlyingDataCompleted
Event Value