Interface IFieldDescriptionProvider
Handles creation and lookup of IPivot
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IFieldDescriptionProvider
Properties
IsBusy
Gets whether a GetDescriptionsData request is in progress.
Declaration
bool IsBusy { get; }
Property Value
System.
|
Methods
GetDescriptionsDataAsync(Object)
Retrieves information about all available field descriptions. This method does not block the calling thread.
Declaration
void GetDescriptionsDataAsync(object state)
Parameters
System.
|
Events
GetDescriptionsDataAsyncCompleted
Occurs when an asynchronous GetDescriptionsData operation completes.
Declaration
event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted
Event Type
System.
|