Class FilterOperatorViewModel
This is for internal use only and is not intended to be used directly from your code.
Inheritance
System.Object
FilterOperatorViewModel
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class FilterOperatorViewModel : Object
Properties
FilterOperator
Gets the filter operator.
Declaration
public Nullable<FilterOperator> FilterOperator { get; }
Property Value
System.Nullable<FilterOperator>
The filter operator. |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|