Class ValueCalculationsViewModel
A view-model that encapsulates the editing of a Total
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class ValueCalculationsViewModel : PivotResultsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Properties
AvailableCalculationOptions
Gets a list of Calculation
Declaration
public IList<CalculationOption> AvailableCalculationOptions { get; }
Property Value
System.
|
AvailableGroupDescriptions
Gets a list of the Label items available for selection in Selected
Declaration
public IList<IGroupDescription> AvailableGroupDescriptions { get; }
Property Value
System.
|
AvailableGroupNames
Gets a lists of System.
Declaration
public IList<object> AvailableGroupNames { get; }
Property Value
System.
|
RequiresGroupDescription
Gets a value that indicates if the Selected
Declaration
public bool RequiresGroupDescription { get; }
Property Value
System.
|
RequiresGroupName
Gets a value that indicates if the Selected
Declaration
public bool RequiresGroupName { get; }
Property Value
System.
|
SelectedCalculationOption
Gets or sets the selected Calculation
Declaration
public CalculationOption SelectedCalculationOption { get; set; }
Property Value
SelectedGroupDescription
Gets or sets the selected Label used in the setup of some group filters.
Declaration
public IGroupDescription SelectedGroupDescription { get; set; }
Property Value
SelectedGroupName
Gets or sets the available base item used in the setup of some group filters.
Declaration
public object SelectedGroupName { get; set; }
Property Value
System.
|
Methods
AttachToServices()
Attach to the new services.
Declaration
protected override void AttachToServices()
Overrides
CanExecuteOk(Object)
Checks if the Ok System.
Declaration
protected override bool CanExecuteOk(object parameter)
Parameters
System. The parameters. |
Returns
System. True if System. |
Overrides
ExecuteOk(Object)
Handles the Ok execution.
Declaration
protected override void ExecuteOk(object parameter)
Parameters
System.
|
Overrides
OnDataProviderResultsChanged()
Declaration
protected override void OnDataProviderResultsChanged()
Overrides
OnPivotSettingsChanged()
Handles the Pivot
Declaration
protected override void OnPivotSettingsChanged()
Overrides
RetrieveServices(IServiceProvider)
Retrieve the services from the serviceProvider
. You could use the Telerik.
Declaration
protected override void RetrieveServices(IServiceProvider serviceProvider)
Parameters
System. The System. |