Class FilterOperatorViewModel
This is for internal use only and is not intended to be used directly from your code.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class FilterOperatorViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Properties
FilterOperator
Gets the filter operator.
Declaration
public FilterOperator? FilterOperator { get; }
Property Value
System.Nullable<FilterOperator>
The filter operator. |
IsCurrent
Gets a boolean value indicating whether this instance is currently highlighted.
Declaration
public bool IsCurrent { get; }
Property Value
System.Boolean
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()