Class
CompositeFilterViewModel

CompositeFilterViewModel.

Definition

Namespace:Telerik.Windows.Controls.Data.DataFilter

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public sealed class CompositeFilterViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseCompositeFilterViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.PropertyChanged

Properties

Filters

Gets the filters.

Declaration

cs-api-definition
public ObservableCollection<FilterViewModel> Filters { get; }

Property Value

ObservableCollection<FilterViewModel>

The filters.

LogicalOperator

Gets or sets the logical operator.

Declaration

cs-api-definition
public FilterCompositionLogicalOperator LogicalOperator { get; set; }

Property Value

FilterCompositionLogicalOperator

The logical operator.

Methods

Dispose(bool)

Releases unmanaged and - optionally - managed resources.

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Overrides ViewModelBase.Dispose(bool)

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()