GridDataRowBehavior
Class
Represents grid data row behavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridDataRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridDataRowBehavior
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public GridDataRowBehavior()
Methods
Occurs when the mouse pointer is over the RadGridView and the left mouse button is pressed.
C#
protected override bool OnMouseDownLeft(MouseEventArgs e)
The MouseEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides: