Class SimpleFilterViewModel
SimpleFilterViewModel.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class SimpleFilterViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IWeakEventListener<PropertyChangedEventArgs>
Properties
AvailableMembers
Gets the available members.
Declaration
public IEnumerable<ItemPropertyDefinitionViewModel> AvailableMembers { get; }
Property Value
System. The available members. |
AvailableOperators
Gets the available operators.
Declaration
public ObservableCollection<FilterOperator> AvailableOperators { get; }
Property Value
System. The available operators. |
Descriptor
Gets the underlying FilterDescriptor.
Declaration
public FilterDescriptor Descriptor { get; }
Property Value
Filter The underlying FilterDescriptor. |
Remarks
This property is used by the filtering infrastructure and is not meant to be used directly from your code.
IsCaseSensitive
Gets or sets a value indicating whether this instance is case sensitive.
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
System.
|
IsFilterEditorEnabled
Gets a value indicating whether the filter editor is enabled.
Declaration
public bool IsFilterEditorEnabled { get; }
Property Value
System.
|
Member
Gets or sets the member.
Declaration
public string Member { get; }
Property Value
System. The member. |
MemberType
Gets or sets the type of the member.
Declaration
public Type MemberType { get; }
Property Value
System. The type of the member. |
Operator
Gets or sets the operator.
Declaration
public Nullable<FilterOperator> Operator { get; set; }
Property Value
System. The operator. |
SelectedMember
Gets or sets the selected member.
Declaration
public ItemPropertyDefinitionViewModel SelectedMember { get; set; }
Property Value
Item The selected member. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System. The value. |
Methods
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |