Class
GridDetailViewRowBehavior

Represents the GridRowBehavior that is relevant for the GridViewDetailsRowInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridDetailViewRowBehavior : GridRowBehavior, IGridBehavior, IDisposable

Inheritance: objectGridBehaviorImplGridRowBehaviorGridDetailViewRowBehavior

Implements: IDisposableIGridBehavior

Inherited Members GridRowBehavior.Dispose()GridRowBehavior.OnClick(EventArgs)GridRowBehavior.OnDoubleClick(EventArgs)GridRowBehavior.ProcessKey(KeyEventArgs)GridRowBehavior.ProcessUnhandledKeys(KeyEventArgs)GridRowBehavior.ProcessKeyDown(KeyEventArgs)GridRowBehavior.ProcessKeyUp(KeyEventArgs)GridRowBehavior.ProcessKeyPress(KeyPressEventArgs)GridRowBehavior.OnContextMenu(MouseEventArgs)GridRowBehavior.ProcessEscapeKey(KeyEventArgs)GridRowBehavior.ProcessEnterKey(KeyEventArgs)GridRowBehavior.ProcessSpaceKey(KeyEventArgs)GridRowBehavior.ProcessF2Key(KeyEventArgs)GridRowBehavior.ProcessUpKey(KeyEventArgs)GridRowBehavior.ProcessDownKey(KeyEventArgs)GridRowBehavior.ProcessLeftKey(KeyEventArgs)GridRowBehavior.ProcessRightKey(KeyEventArgs)GridRowBehavior.ProcessTabKey(KeyEventArgs)GridRowBehavior.ProcessAddKey(KeyEventArgs)GridRowBehavior.ProcessSubtractKey(KeyEventArgs)GridRowBehavior.ProcessDeleteKey(KeyEventArgs)GridRowBehavior.ProcessHomeKey(KeyEventArgs)GridRowBehavior.ProcessEndKey(KeyEventArgs)GridRowBehavior.ProcessInsertKey(KeyEventArgs)GridRowBehavior.ProcessAlphaNumericKey(KeyPressEventArgs)GridRowBehavior.ProcessPageUpKey(KeyEventArgs)GridRowBehavior.ProcessPageDownKey(KeyEventArgs)GridRowBehavior.OnMouseEnter(EventArgs)GridRowBehavior.OnMouseLeave(EventArgs)GridRowBehavior.OnMouseMove(MouseEventArgs)GridRowBehavior.OnMouseDown(MouseEventArgs)GridRowBehavior.OnMouseUp(MouseEventArgs)GridRowBehavior.OnMouseDoubleClick(MouseEventArgs)GridRowBehavior.OnMouseWheel(MouseEventArgs)GridRowBehavior.OnMouseDownRight(MouseEventArgs)GridRowBehavior.OnMouseDownLeft(MouseEventArgs)GridRowBehavior.OnMouseUpRight(MouseEventArgs)GridRowBehavior.ProcessMouseSelection(Point, GridCellElement)GridRowBehavior.ResizeRow(Point)GridRowBehavior.ShowSizeNSCursort(Point)GridRowBehavior.ResetControlCursor()GridRowBehavior.GetExpanderPrimitive(Point)GridRowBehavior.GetCellAtPoint(Point)GridRowBehavior.GetRowAtPoint(Point)GridRowBehavior.GetTableElementAtPoint(Point)GridRowBehavior.ValidateOnUserInput(MouseEventArgs)GridRowBehavior.ResetFieldValues()GridRowBehavior.SelectNextControl(bool)GridRowBehavior.IsOnFirstCell()GridRowBehavior.IsOnLastCell()GridRowBehavior.GetKeyboardNavigationContext(KeyEventArgs)GridRowBehavior.GetMouseNavigationContext(MouseEventArgs)GridRowBehavior.CanEnterEditMode(GridViewRowInfo)GridRowBehavior.NavigatorGridRowBehavior.EditorManagerGridRowBehavior.MasterTemplateGridRowBehavior.IsPressedShiftGridRowBehavior.IsPressedControlGridRowBehavior.BeginEditModeGridRowBehavior.IsInEditModeGridRowBehavior.RootGridBehaviorGridRowBehavior.MouseDownLocationGridRowBehavior.RowToResizeGridRowBehavior.RowToResizeInitialHeightGridBehaviorImpl.Initialize(RadGridViewElement)GridBehaviorImpl.GridViewElementGridBehaviorImpl.GridControl

Constructors

GridDetailViewRowBehavior()

Declaration

cs-api-definition
public GridDetailViewRowBehavior()

Methods

CanResizeRow(Point, GridRowElement)

Determines whether this instance can resize row at the specified current location.

Declaration

cs-api-definition
public override bool CanResizeRow(Point currentLocation, GridRowElement rowElement)

Parameters

currentLocation

Point

The current location.

rowElement

GridRowElement

The row element.

Returns

bool

true if this instance can resize row at the specified current location; otherwise, false.

Overrides GridRowBehavior.CanResizeRow(Point, GridRowElement)

OnMouseUpLeft(MouseEventArgs)

Raises the event.

Declaration

cs-api-definition
protected override bool OnMouseUpLeft(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs instance containing the event data.

Returns

bool

Overrides GridRowBehavior.OnMouseUpLeft(MouseEventArgs)

SelectPositionOnMouseDownLeft(MouseEventArgs, GridRowElement, GridCellElement)

Selects the position on mouse down left.

Declaration

cs-api-definition
protected override bool SelectPositionOnMouseDownLeft(MouseEventArgs e, GridRowElement rowElement, GridCellElement cellElement)

Parameters

e

MouseEventArgs

The MouseEventArgs instance containing the event data.

rowElement

GridRowElement

The row element.

cellElement

GridCellElement

The cell element.

Returns

bool

Overrides GridRowBehavior.SelectPositionOnMouseDownLeft(MouseEventArgs, GridRowElement, GridCellElement)