Class
FilterOperatorsLoadingEventArgs

Provides data for the FilterOperatorsLoading event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class FilterOperatorsLoadingEventArgs : EventArgs

Inheritance: objectEventArgsFilterOperatorsLoadingEventArgs

Inherited Members EventArgs.Empty

Properties

AvailableOperators

Gets the available operators. You can only remove operators from this collection.

Declaration

cs-api-definition
public RemoveOnlyCollection<FilterOperator> AvailableOperators { get; }

Property Value

RemoveOnlyCollection<FilterOperator>

The available operators.

Column

Gets the column.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

The column.

DefaultOperator1

Gets or sets the first default operator.

Declaration

cs-api-definition
public FilterOperator? DefaultOperator1 { get; set; }

Property Value

FilterOperator?

The first default operator.

DefaultOperator2

Gets or sets the second default operator.

Declaration

cs-api-definition
public FilterOperator? DefaultOperator2 { get; set; }

Property Value

FilterOperator?

The second default operator.