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