ClassSearchProgressChangedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class SearchProgressChangedEventArgs : EventArgs
Inheritance: objectEventArgsSearchProgressChangedEventArgs
Inherited Members
Constructors
SearchProgressChangedEventArgs(string, GridSearchResultCellInfo, GridSearchResultCellCollection, bool)
Initializes a new instance of the SearchProgressChangedEventArgs class.
Declaration
cs-api-definition
public SearchProgressChangedEventArgs(string criteria, GridSearchResultCellInfo cell, GridSearchResultCellCollection cells, bool searchFinished)
Parameters
criteria
The criteria.
cell
The cell.
cells
GridSearchResultCellCollection
The cells.
searchFinished
The search finished.
Properties
Cell
Gets a cell info representing a new search result.
Declaration
cs-api-definition
public GridSearchResultCellInfo Cell { get; }
Property Value
Cells
Gets a list of cell infos representing a new search result.
Declaration
cs-api-definition
public GridSearchResultCellCollection Cells { get; }
Property Value
SearchCriteria
Gets the search criteria that is currently being used for the search operation.
SearchFinished
Gets a value indicating that the search operation is completed.