New to Telerik UI for WinFormsStart a free 30-day trial

Represents a cell for the search results.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridSearchResultCellInfo

Inheritance: objectGridSearchResultCellInfo

Constructors

Initializes a new instance of the GridSearchResultCellInfo class.

C#
public GridSearchResultCellInfo(GridViewRowInfo rowInfo, GridViewColumn column, int traverserRowIndex, int traverserColumnIndex)
Parameters:rowInfoGridViewRowInfo

The row info.

columnGridViewColumn

The column.

traverserRowIndexint

Index of the traverser row.

traverserColumnIndexint

Index of the traverser column.

Initializes a new instance of the GridSearchResultCellInfo class.

C#
public GridSearchResultCellInfo(GridViewRowInfo rowInfo, GridViewColumn column)
Parameters:rowInfoGridViewRowInfo

The row info.

columnGridViewColumn

The column.

Properties

Gets or sets the column info.

C#
public GridViewColumn ColumnInfo { get; set; }
Property Value:

The column info.

Gets or sets the row info.

C#
public GridViewRowInfo RowInfo { get; set; }
Property Value:

The row info.

Gets or sets the index of the traverser column.

C#
public int TraverserColumnIndex { get; set; }
Property Value:

The index of the traverser column.

Gets or sets the index of the traverser row.

C#
public int TraverserRowIndex { get; set; }
Property Value:

The index of the traverser row.