ClassValueFilterViewModel
A view-model that encapsulates the editing of a ValueGroupFilter for a Label's Description.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public sealed class ValueFilterViewModel : PivotSettingsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Inheritance: objectViewModelBaseDialogViewModelPivotSettingsViewModelValueFilterViewModel
Implements:
Inherited Members
Properties
AvailableConditions
Gets a list with ConditionOptions available for selection in SelectedCondition.
Declaration
public IList<ConditionOption> AvailableConditions { get; }
Property Value
AvailableValueSources
Gets a list with ValueSourceOptions available for selection in ValueSourceOption.
Declaration
public IList<ValueSourceOption> AvailableValueSources { get; }
Property Value
From
Gets or sets a lower bound for various conditions.
SelectedCondition
Gets or sets the selected ConditionOption.
Declaration
public ConditionOption SelectedCondition { get; set; }
Property Value
SelectedValueSource
Gets the selected ValueSourceOption.
Declaration
public ValueSourceOption SelectedValueSource { get; set; }
Property Value
Than
Gets or sets a base point for various conditions.
Methods
AttachToServices()
Attach to the new services.
Declaration
protected override void AttachToServices()
Overrides
ExecuteOk(object)
Handles the Ok execution.
Declaration
protected override void ExecuteOk(object parameter)
Parameters
parameter
Overrides
OnPivotSettingsChanged()
Handles the PivotSettings changed.
Declaration
protected override void OnPivotSettingsChanged()
Overrides
RetrieveServices(IServiceProvider)
Retrieve the services from the serviceProvider. You could use the if you do not want the IsAvailable to track your requests.
Declaration
protected override void RetrieveServices(IServiceProvider serviceProvider)
Parameters
serviceProvider
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