RadControls for WPF

Occurs before the filter operators of the filtering control are loaded. Use this event if you want to remove one or more of the filter operators or if you want to change the one selected by default.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public event EventHandler<FilterOperatorsLoadingEventArgs> FilterOperatorsLoading
Visual Basic
Public Event FilterOperatorsLoading As EventHandler(Of FilterOperatorsLoadingEventArgs)

See Also