Class CompositeFilterViewModel
CompositeFilterViewModel.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public sealed class CompositeFilterViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IWeakEventListener<PropertyChangedEventArgs>
Properties
Descriptor
Gets the underlying ICompositeFilterDescriptor.
Declaration
public ICompositeFilterDescriptor Descriptor { get; }
Property Value
ICompositeFilterDescriptor
The underlying ICompositeFilterDescriptor. |
Remarks
This property is used by the filtering infrastructure and is not meant to be used directly from your code.
Filters
Gets the filters.
Declaration
public ObservableCollection<FilterViewModel> Filters { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<FilterViewModel>
The filters. |
LogicalOperator
Gets or sets the logical operator.
Declaration
public FilterCompositionLogicalOperator LogicalOperator { get; set; }
Property Value
FilterCompositionLogicalOperator
The logical operator. |
Methods
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |