Class
GridViewSearchedEventArgs

Provides data for the Searched event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewSearchedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewSearchedEventArgs

Constructors

GridViewSearchedEventArgs(string)

Initializes a new instance of the GridViewSearchedEventArgs class.

Declaration

cs-api-definition
public GridViewSearchedEventArgs(string searchText)

Parameters

searchText

string

The search text.

Properties

SearchText

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

Declaration

cs-api-definition
public string SearchText { get; }

Property Value

string

The search text.