ClassGridDetailViewRowBehavior
Represents the GridRowBehavior that is relevant for the GridViewDetailsRowInfo
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridDetailViewRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridDetailViewRowBehavior
Implements:
Inherited Members
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
currentLocation
The current location.
rowElement
The row element.
Returns
true if this instance can resize row at the specified current location; otherwise, false.
Overrides
OnMouseUpLeft(MouseEventArgs)
Raises the event.
Declaration
protected override bool OnMouseUpLeft(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
SelectPositionOnMouseDownLeft(MouseEventArgs, GridRowElement, GridCellElement)
Selects the position on mouse down left.
Declaration
protected override bool SelectPositionOnMouseDownLeft(MouseEventArgs e, GridRowElement rowElement, GridCellElement cellElement)
Parameters
e
The MouseEventArgs instance containing the event data.
rowElement
The row element.
cellElement
The cell element.
Returns
Overrides