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.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
GridRowElement
rowElement
The row element. |
GridCellElement
cellElement
The cell element. |
Returns
System.Boolean
|