ClassGridSearchRowBehavior
Class
Represents the grid behavior for the search row.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridSearchRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridSearchRowBehavior
Implements:
Inherited Members
Constructors
GridSearchRowBehavior()
Declaration
cs-api-definition
public GridSearchRowBehavior()
Methods
SelectPositionOnMouseDownLeft(MouseEventArgs, GridRowElement, GridCellElement)
Selects the position on mouse down left.
Declaration
cs-api-definition
protected override bool SelectPositionOnMouseDownLeft(MouseEventArgs e, GridRowElement rowElement, GridCellElement cellElement)
Parameters
e
The MouseEventArgs instance containing the event data.
rowElement
The row element.
cellElement
The cell element.
Returns
Overrides