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. The current location. |
Grid The row element. |
Returns
System.
|
Overrides
OnMouseUpLeft(MouseEventArgs)
Raises the Mouse
Declaration
protected override bool OnMouseUpLeft(MouseEventArgs e)
Parameters
System. The System. |
Returns
System.
|
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. The System. |
Grid The row element. |
Grid The cell element. |
Returns
System.
|