Class PivotItemsFilteringControlViewModel
A view-model used by PivotItemsFilteringControl. This is for internal use only and is not intended to be used directly from your code.
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public class PivotItemsFilteringControlViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Properties
IsWorking
Gets a value indicating whether this instance is waiting for an async operation.
Declaration
public bool IsWorking { get; }
Property Value
System.Boolean
|
OtherConditionViewModel
Gets the other filtering condition.
Declaration
public OperatorValueFilterViewModel OtherConditionViewModel { get; }
Property Value
OperatorValueFilterViewModel
The other filtering condition. |
SearchText
Gets or sets SearchText and notifies for changes.
Declaration
public string SearchText { get; set; }
Property Value
System.String
|
Selection
Gets the SelectionCollection used to create a SetCondition for the Filter's Description.
Declaration
public SelectionCollection Selection { get; }
Property Value
SelectionCollection
|
SelectionView
Gets the filtered SelectionCollection view.
Declaration
public ICollectionView SelectionView { get; }
Property Value
System.ComponentModel.ICollectionView
|
Methods
TryExecuteOnDispatcher(Action)
Executed the action on the dispatcher if dispatcher is available.
Declaration
protected void TryExecuteOnDispatcher(Action action)
Parameters
System.Action
action
The action. |