Class ValueFilterViewModel
A view-model that encapsulates the editing of a Value
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class ValueFilterViewModel : PivotSettingsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Properties
AvailableConditions
Gets a list with Condition
Declaration
public IList<ConditionOption> AvailableConditions { get; }
Property Value
System.
|
AvailableValueSources
Gets a list with Value
Declaration
public IList<ValueSourceOption> AvailableValueSources { get; }
Property Value
System.
|
From
Gets or sets a lower bound for various conditions.
Declaration
public double From { get; set; }
Property Value
System.
|
SelectedCondition
Gets or sets the selected Condition
Declaration
public ConditionOption SelectedCondition { get; set; }
Property Value
SelectedValueSource
Gets the selected Value
Declaration
public ValueSourceOption SelectedValueSource { get; set; }
Property Value
Than
Gets or sets a base point for various conditions.
Declaration
public double Than { get; set; }
Property Value
System.
|
To
Gets or sets an upper bound for various conditions.
Declaration
public double To { 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
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. |