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.
Properties
Gets the text which was entered in the search panel textbox.
C#
public string SearchText { get; }
The search text.