Class
FilterOperatorsLoadingEventArgs

Provides data for the FilterOperatorsLoading event.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.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 List<FilterOperator> AvailableOperators { get; }

Property Value

List<FilterOperator>

ColumnIndex

The index of the filtered column.

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

DefaultOperator1

Gets or sets the first default operator.

Declaration

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

Property Value

FilterOperator?

DefaultOperator2

Gets or sets the second default operator.

Declaration

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

Property Value

FilterOperator?