Class
GridViewSearchingEventArgs

Provides data for the Searching event.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewSearchingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsGridViewSearchingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

GridViewSearchingEventArgs(string)

Initializes a new instance of the GridViewSearchingEventArgs class.

Declaration

cs-api-definition
public GridViewSearchingEventArgs(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.