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