ClassFieldFilterControlViewModel
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:
public sealed class FieldFilterControlViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseFieldFilterControlViewModel
Implements:
Inherited Members
Properties
AvailableOperatorViewModels
Gets the available filter operators.
Declaration
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
public bool EditorIsEnabled { get; }
Property Value
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
public Visibility FunnelFillVisibility { get; set; }
Property Value
Visibility
IsCaseSensitive
Gets or sets a value indicating whether this instance is case sensitive.
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
true if this instance is case sensitive; otherwise, false.
RawDistinctValues
Gets the raw distinct values.
Declaration
public IEnumerable<object> RawDistinctValues { get; }
Property Value
The raw distinct values.
SelectedOperatorViewModel
Gets or sets the selected filter operator.
Declaration
public FilterOperatorViewModel SelectedOperatorViewModel { get; set; }
Property Value
The selected filter operator.
Methods
Dispose(bool)
Releases unmanaged and - optionally - managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
true to release both managed and unmanaged resources.
false to release only unmanaged resources.
Overrides