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