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