Class GridSearchRowBehavior
Represents the grid behavior for the search row.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridSearchRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Constructors
GridSearchRowBehavior()
Declaration
public GridSearchRowBehavior()
Methods
SelectPositionOnMouseDownLeft(MouseEventArgs, GridRowElement, GridCellElement)
Selects the position on mouse down left.
Declaration
protected override bool SelectPositionOnMouseDownLeft(MouseEventArgs e, GridRowElement rowElement, GridCellElement cellElement)
Parameters
System. The System. |
Grid The row element. |
Grid The cell element. |
Returns
System.
|