Class PivotSettingsViewModel
Provides mechanisms to observe the IPivot
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class PivotSettingsViewModel : DialogViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Properties
PivotSettings
Gets the IPivot
Declaration
protected IPivotSettings PivotSettings { get; }
Property Value
Methods
AttachToServices()
Attach to the new services.
Declaration
protected override void AttachToServices()
Overrides
DetachFromServices()
Detach the previous services.
Declaration
protected override void DetachFromServices()
Overrides
OnPivotSettingsChanged()
RetrieveServices(IServiceProvider)
Retrieve the services from the serviceProvider
. You could use the Telerik.
Declaration
protected override void RetrieveServices(IServiceProvider serviceProvider)
Parameters
System. The System. |
Overrides
TryExecuteOnDispatcher(Action)
Executed the action on the dispatcher if dispatcher is available.
Declaration
protected void TryExecuteOnDispatcher(Action action)
Parameters
System. The action. |