InterfaceIFieldDescriptionProvider
Interface
Handles creation and lookup of IPivotFieldInfo instances.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public interface IFieldDescriptionProvider
Derived Classes:
Properties
Methods
GetDescriptionsDataAsync(object)
Retrieves information about all available field descriptions. This method does not block the calling thread.
Events
GetDescriptionsDataAsyncCompleted
Occurs when an asynchronous GetDescriptionsData operation completes.
Declaration
cs-api-definition
event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted
Event Value