Class
SearchProgressChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class SearchProgressChangedEventArgs : EventArgs

Inheritance: objectEventArgsSearchProgressChangedEventArgs

Inherited Members EventArgs.Empty

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

string

The criteria.

cell

GridSearchResultCellInfo

The cell.

cells

GridSearchResultCellCollection

The cells.

searchFinished

bool

The search finished.

Properties

Cell

Gets a cell info representing a new search result.

Declaration

cs-api-definition
public GridSearchResultCellInfo Cell { get; }

Property Value

GridSearchResultCellInfo

Cells

Gets a list of cell infos representing a new search result.

Declaration

cs-api-definition
public GridSearchResultCellCollection Cells { get; }

Property Value

GridSearchResultCellCollection

SearchCriteria

Gets the search criteria that is currently being used for the search operation.

Declaration

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

Property Value

string

SearchFinished

Gets a value indicating that the search operation is completed.

Declaration

cs-api-definition
public bool SearchFinished { get; }

Property Value

bool