New to Telerik UI for WPFStart a free 30-day trial

Provides data for the Searching event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewSearchingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsGridViewSearchingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

Initializes a new instance of the GridViewSearchingEventArgs class.

C#
public GridViewSearchingEventArgs(string searchText)
Parameters:searchTextstring

The search text.

Properties

Gets the text which was entered in the search panel textbox.

C#
public string SearchText { get; }
Property Value:

The search text.