Class
GridGroupRowBehavior

Represents grid group row behavior

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

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

Inheritance: objectGridBehaviorImplGridRowBehaviorGridGroupRowBehavior

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.ProcessUpKey(KeyEventArgs)GridRowBehavior.ProcessDownKey(KeyEventArgs)GridRowBehavior.ProcessAddKey(KeyEventArgs)GridRowBehavior.ProcessSubtractKey(KeyEventArgs)GridRowBehavior.ProcessDeleteKey(KeyEventArgs)GridRowBehavior.ProcessHomeKey(KeyEventArgs)GridRowBehavior.ProcessEndKey(KeyEventArgs)GridRowBehavior.ProcessInsertKey(KeyEventArgs)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.OnMouseUpLeft(MouseEventArgs)GridRowBehavior.SelectPositionOnMouseDownLeft(MouseEventArgs, GridRowElement, GridCellElement)GridRowBehavior.ProcessMouseSelection(Point, GridCellElement)GridRowBehavior.ResizeRow(Point)GridRowBehavior.ShowSizeNSCursort(Point)GridRowBehavior.CanResizeRow(Point, GridRowElement)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

GridGroupRowBehavior()

Initializes a new instance of the GridGroupRowBehavior class.

Declaration

cs-api-definition
public GridGroupRowBehavior()

Properties

GroupRow

Gets the group row.

Declaration

cs-api-definition
protected GridViewGroupRowInfo GroupRow { get; }

Property Value

GridViewGroupRowInfo

The group row.

Methods

ProcessAlphaNumericKey(KeyPressEventArgs)

Processes the alpha-numeric keys

Declaration

cs-api-definition
protected override bool ProcessAlphaNumericKey(KeyPressEventArgs keys)

Parameters

keys

KeyPressEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridRowBehavior.ProcessAlphaNumericKey(KeyPressEventArgs)

ProcessEnterKey(KeyEventArgs)

Processes the Enter key

Declaration

cs-api-definition
protected override bool ProcessEnterKey(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridRowBehavior.ProcessEnterKey(KeyEventArgs)

ProcessEscapeKey(KeyEventArgs)

Processes the Escape key

Declaration

cs-api-definition
protected override bool ProcessEscapeKey(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridRowBehavior.ProcessEscapeKey(KeyEventArgs)

ProcessF2Key(KeyEventArgs)

Processes the F2 key

Declaration

cs-api-definition
protected override bool ProcessF2Key(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridRowBehavior.ProcessF2Key(KeyEventArgs)

ProcessLeftKey(KeyEventArgs)

Processes the Left key

Declaration

cs-api-definition
protected override bool ProcessLeftKey(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridRowBehavior.ProcessLeftKey(KeyEventArgs)

ProcessRightKey(KeyEventArgs)

Processes the Right key

Declaration

cs-api-definition
protected override bool ProcessRightKey(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridRowBehavior.ProcessRightKey(KeyEventArgs)

ProcessSpaceKey(KeyEventArgs)

Processes the Space key

Declaration

cs-api-definition
protected override bool ProcessSpaceKey(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridRowBehavior.ProcessSpaceKey(KeyEventArgs)

ProcessTabKey(KeyEventArgs)

Processes the Tab key

Declaration

cs-api-definition
protected override bool ProcessTabKey(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridRowBehavior.ProcessTabKey(KeyEventArgs)