ClassGridSearchResultCellInfo
Represents a cell for the search results.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridSearchResultCellInfo
Inheritance: objectGridSearchResultCellInfo
Constructors
GridSearchResultCellInfo(GridViewRowInfo, GridViewColumn)
Initializes a new instance of the GridSearchResultCellInfo class.
Declaration
public GridSearchResultCellInfo(GridViewRowInfo rowInfo, GridViewColumn column)
Parameters
rowInfo
The row info.
column
The column.
GridSearchResultCellInfo(GridViewRowInfo, GridViewColumn, int, int)
Initializes a new instance of the GridSearchResultCellInfo class.
Declaration
public GridSearchResultCellInfo(GridViewRowInfo rowInfo, GridViewColumn column, int traverserRowIndex, int traverserColumnIndex)
Parameters
rowInfo
The row info.
column
The column.
traverserRowIndex
Index of the traverser row.
traverserColumnIndex
Index of the traverser column.
Properties
ColumnInfo
Gets or sets the column info.
Declaration
public GridViewColumn ColumnInfo { get; set; }
Property Value
The column info.
RowInfo
Gets or sets the row info.
Declaration
public GridViewRowInfo RowInfo { get; set; }
Property Value
The row info.
TraverserColumnIndex
Gets or sets the index of the traverser column.
Declaration
public int TraverserColumnIndex { get; set; }
Property Value
The index of the traverser column.
TraverserRowIndex
Gets or sets the index of the traverser row.
Declaration
public int TraverserRowIndex { get; set; }
Property Value
The index of the traverser row.