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

Provides data for the Searched event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewSearchedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewSearchedEventArgs

Constructors

Initializes a new instance of the GridViewSearchedEventArgs class.

C#
public GridViewSearchedEventArgs(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.