Class GridDataRowBehavior
Represents grid data row behavior
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 GridDataRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
  Constructors
GridDataRowBehavior()
Declaration
public GridDataRowBehavior()
  Methods
OnMouseDownLeft(MouseEventArgs)
Occurs when the mouse pointer is over the RadGridView and the left mouse button is pressed.
Declaration
protected override bool OnMouseDownLeft(MouseEventArgs e)
  Parameters
| 
        System.Windows.Forms.MouseEventArgs
        e
         The MouseEventArgs containing data related to this event  | 
    
Returns
| 
        System.Boolean
         Returns true if the event is processed  |