New to Telerik UI for WPFStart a free 30-day trial

Provides mechanisms to observe the IDataProvider context and its IPivotResults.

Definition

Properties

Gets the IDataProvider currently available in the .

C#
protected IDataProvider DataProvider { get; }

Methods

Attach to the new services.

C#
protected override void AttachToServices()

Overrides: PivotSettingsViewModel.AttachToServices()

Detach the previous services.

C#
protected override void DetachFromServices()

Overrides: PivotSettingsViewModel.DetachFromServices()

Handles the Refresh execution.

C#
protected override void ExecuteRefresh(object parameter)
Parameters:parameterobject

Overrides: DialogViewModel.ExecuteRefresh(object)

C#
protected virtual void OnDataProviderResultsChanged()

Retrieve the services from the serviceProvider. You could use the if you do not want the IsAvailable to track your requests.

C#
protected override void RetrieveServices(IServiceProvider serviceProvider)
Parameters:serviceProviderIServiceProvider

The IServiceProvider to retrieve services from. This is a slim wrapper around the that would keep track of if all requested services were available. If a requested service was unavailable the DialogViewModel's IsAvailable would be set to false.

Overrides: PivotSettingsViewModel.RetrieveServices(IServiceProvider)