Represents the GridRowBehavior that is relevant for the GridViewDetailsRowInfo
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridDetailViewRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridDetailViewRowBehavior
Implements:
Inherited Members
Constructors
C#
public GridDetailViewRowBehavior()
Methods
Determines whether this instance can resize row at the specified current location.
C#
public override bool CanResizeRow(Point currentLocation, GridRowElement rowElement)
The current location.
rowElementGridRowElementThe row element.
Returns:true if this instance can resize row at the specified current location; otherwise, false.
Overrides:
Raises the event.
C#
protected override bool OnMouseUpLeft(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Selects the position on mouse down left.
C#
protected override bool SelectPositionOnMouseDownLeft(MouseEventArgs e, GridRowElement rowElement, GridCellElement cellElement)
The MouseEventArgs instance containing the event data.
rowElementGridRowElementThe row element.
cellElementGridCellElementThe cell element.
Returns:Overrides: