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
Constructors
Initializes a new instance of the GridViewSearchingEventArgs class.
Properties
Gets the text which was entered in the search panel textbox.
C#
public string SearchText { get; }
The search text.