Class OperatorValueFilterViewModel
A view-model used by Operator
Inherited Members
Namespace: Telerik.Windows.Controls.Pivot.Editors.FilterDialogs
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class OperatorValueFilterViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Properties
AvailableConditions
Gets the Condition
Declaration
public IList<ConditionOption> AvailableConditions { get; }
Property Value
System.
|
DistinctValues
Gets the distinct values used by this control.
Declaration
public IEnumerable<object> DistinctValues { get; }
Property Value
System. The distinct values. |
From
Gets or sets a lower bound for various conditions.
Declaration
public object From { get; set; }
Property Value
System.
|
IgnoreCase
Gets or sets a value that indicates if string case should be ignored in the produced filter.
Declaration
public bool IgnoreCase { get; set; }
Property Value
System.
|
SelectedCondition
Gets or sets the selected Condition
Declaration
public ConditionOption SelectedCondition { get; set; }
Property Value
Than
Gets or sets a base point for various conditions.
Declaration
public object Than { get; set; }
Property Value
System.
|
To
Gets or sets an upper bound for various conditions.
Declaration
public object To { get; set; }
Property Value
System.
|