Class
FieldFilterControlViewModel

This is for internal use only and is not intended to be used directly from your code.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

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

Inheritance: objectViewModelBaseFieldFilterControlViewModel

Implements: IDisposableINotifyPropertyChanged

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

Properties

AvailableOperatorViewModels

Gets the available filter operators.

Declaration

cs-api-definition
public IEnumerable<FilterOperatorViewModel> AvailableOperatorViewModels { get; }

Property Value

IEnumerable<FilterOperatorViewModel>

The available filter operators.

EditorIsEnabled

Gets or sets a value indicating whether [editor is enabled].

Declaration

cs-api-definition
public bool EditorIsEnabled { get; }

Property Value

bool

true if [editor is enabled]; otherwise, false.

FunnelFillVisibility

This is for internal use only and is not intended to be used directly from your code.

Declaration

cs-api-definition
public Visibility FunnelFillVisibility { get; set; }

Property Value

Visibility

IsCaseSensitive

Gets or sets a value indicating whether this instance is case sensitive.

Declaration

cs-api-definition
public bool IsCaseSensitive { get; set; }

Property Value

bool

true if this instance is case sensitive; otherwise, false.

RawDistinctValues

Gets the raw distinct values.

Declaration

cs-api-definition
public IEnumerable<object> RawDistinctValues { get; }

Property Value

IEnumerable<object>

The raw distinct values.

SelectedOperatorViewModel

Gets or sets the selected filter operator.

Declaration

cs-api-definition
public FilterOperatorViewModel SelectedOperatorViewModel { get; set; }

Property Value

FilterOperatorViewModel

The selected filter operator.

Value

Gets or sets the value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

The value.

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)