ClassOperatorValueFilterViewModel
A view-model used by OperatorValueFilterControl. This is for internal use only and is not intended to be used directly from your code.
Definition
Namespace:Telerik.Windows.Controls.Pivot.Editors.FilterDialogs
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public class OperatorValueFilterViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseOperatorValueFilterViewModel
Implements:
Inherited Members
Properties
AvailableConditions
Gets the ConditionOptions available for selection in SelectedCondition.
Declaration
public IList<ConditionOption> AvailableConditions { get; }
Property Value
DistinctValues
Gets the distinct values used by this control.
Declaration
public IEnumerable<object> DistinctValues { get; }
Property Value
The distinct values.
From
Gets or sets a lower bound for various conditions.
IgnoreCase
Gets or sets a value that indicates if string case should be ignored in the produced filter.
SelectedCondition
Gets or sets the selected ConditionOption.
Declaration
public ConditionOption SelectedCondition { get; set; }
Property Value
Than
Gets or sets a base point for various conditions.