Class FilterOperatorsLoadingEventArgs
Provides data for the FilterOperatorsLoading event.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class FilterOperatorsLoadingEventArgs : EventArgs
Properties
AvailableOperators
Gets the available operators. You can only remove operators from this collection.
Declaration
public RemoveOnlyCollection<FilterOperator> AvailableOperators { get; }
Property Value
RemoveOnlyCollection<FilterOperator>
The available operators. |
Column
Gets the column.
Declaration
public GridViewColumn Column { get; }
Property Value
GridViewColumn
The column. |
DefaultOperator1
Gets or sets the first default operator.
Declaration
public Nullable<FilterOperator> DefaultOperator1 { get; set; }
Property Value
System.Nullable<FilterOperator>
The first default operator. |
DefaultOperator2
Gets or sets the second default operator.
Declaration
public Nullable<FilterOperator> DefaultOperator2 { get; set; }
Property Value
System.Nullable<FilterOperator>
The second default operator. |