Class GridDetailViewRowBehavior
Represents the GridRowBehavior that is relevant for the GridViewDetailsRowInfo
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridDetailViewRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Constructors
GridDetailViewRowBehavior()
Declaration
public GridDetailViewRowBehavior()
Methods
CanResizeRow(Point, GridRowElement)
Determines whether this instance can resize row at the specified current location.
Declaration
public override bool CanResizeRow(Point currentLocation, GridRowElement rowElement)
Parameters
System.Drawing.Point
currentLocation
The current location. |
GridRowElement
rowElement
The row element. |
Returns
System.Boolean
|
Overrides
OnMouseUpLeft(MouseEventArgs)
Raises the MouseUpLeft event.
Declaration
protected override bool OnMouseUpLeft(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
System.Boolean
|
Overrides
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
|