Class FieldFilterControlViewModel
This is for internal use only and is not intended to be used directly from your code.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class FieldFilterControlViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Properties
AvailableOperatorViewModels
Gets the available filter operators.
Declaration
public IEnumerable<FilterOperatorViewModel> AvailableOperatorViewModels { get; }
Property Value
System.Collections.Generic.IEnumerable<FilterOperatorViewModel>
The available filter operators. |
EditorIsEnabled
Gets or sets a value indicating whether [editor is enabled].
Declaration
public bool EditorIsEnabled { get; }
Property Value
System.Boolean
|
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
System.Windows.Visibility
|
IsCaseSensitive
Gets or sets a value indicating whether this instance is case sensitive.
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
System.Boolean
|
RawDistinctValues
Gets the raw distinct values.
Declaration
public IEnumerable<object> RawDistinctValues { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Object>
The raw distinct values. |
SelectedOperatorViewModel
Gets or sets the selected filter operator.
Declaration
public FilterOperatorViewModel SelectedOperatorViewModel { get; set; }
Property Value
FilterOperatorViewModel
The selected filter operator. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value. |
Methods
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|