Class
SplitGridBehavior

Represents a grid behavior for the split view.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class SplitGridBehavior : GridBehaviorImpl, IGridBehavior

Inheritance: objectGridBehaviorImplSplitGridBehavior

Derived Classes: BaseGridBehavior

Implements: IGridBehavior

Inherited Members GridBehaviorImpl.Initialize(RadGridViewElement)GridBehaviorImpl.GridViewElementGridBehaviorImpl.GridControl

Constructors

SplitGridBehavior()

Declaration

cs-api-definition
public SplitGridBehavior()

Methods

GetGridTableElementAtPoint(Point)

Gets the grid table element at point.

Declaration

cs-api-definition
protected GridTableElement GetGridTableElementAtPoint(Point point)

Parameters

point

Point

The point.

Returns

GridTableElement

OnClick(EventArgs)

Raises the event.

Declaration

cs-api-definition
public override bool OnClick(EventArgs e)

Parameters

e

EventArgs

The EventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.OnClick(EventArgs)

OnContextMenu(MouseEventArgs)

Raises the event.

Declaration

cs-api-definition
public override bool OnContextMenu(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.OnContextMenu(MouseEventArgs)

OnDoubleClick(EventArgs)

Raises the event.

Declaration

cs-api-definition
public override bool OnDoubleClick(EventArgs e)

Parameters

e

EventArgs

The EventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.OnDoubleClick(EventArgs)

OnMouseDoubleClick(MouseEventArgs)

Raises the event.

Declaration

cs-api-definition
public override bool OnMouseDoubleClick(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.OnMouseDoubleClick(MouseEventArgs)

OnMouseDown(MouseEventArgs)

Occurs when the mouse pointer is over the RadGridView and a mouse button is pressed.

Declaration

cs-api-definition
public override bool OnMouseDown(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridBehaviorImpl.OnMouseDown(MouseEventArgs)

OnMouseEnter(EventArgs)

Raises the event.

Declaration

cs-api-definition
public override bool OnMouseEnter(EventArgs e)

Parameters

e

EventArgs

The EventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.OnMouseEnter(EventArgs)

OnMouseLeave(EventArgs)

Raises the event.

Declaration

cs-api-definition
public override bool OnMouseLeave(EventArgs e)

Parameters

e

EventArgs

The EventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.OnMouseLeave(EventArgs)

OnMouseMove(MouseEventArgs)

Raises the event.

Declaration

cs-api-definition
public override bool OnMouseMove(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.OnMouseMove(MouseEventArgs)

OnMouseUp(MouseEventArgs)

Occurs when the mouse pointer is over the RadGridView and a mouse button is released.

Declaration

cs-api-definition
public override bool OnMouseUp(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridBehaviorImpl.OnMouseUp(MouseEventArgs)

OnMouseWheel(MouseEventArgs)

Raises the event.

Declaration

cs-api-definition
public override bool OnMouseWheel(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.OnMouseWheel(MouseEventArgs)

ProcessKey(KeyEventArgs)

Processes the key.

Declaration

cs-api-definition
public override bool ProcessKey(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyEventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.ProcessKey(KeyEventArgs)

ProcessKeyDown(KeyEventArgs)

Processes the key down.

Declaration

cs-api-definition
public override bool ProcessKeyDown(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyEventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.ProcessKeyDown(KeyEventArgs)

ProcessKeyPress(KeyPressEventArgs)

Processes key press events in RadGridView.

Declaration

cs-api-definition
public override bool ProcessKeyPress(KeyPressEventArgs keys)

Parameters

keys

KeyPressEventArgs

The KeyPressEventArgs containing data related to this event

Returns

bool

Returns true if the event is processed

Overrides GridBehaviorImpl.ProcessKeyPress(KeyPressEventArgs)

ProcessKeyUp(KeyEventArgs)

Processes the key up.

Declaration

cs-api-definition
public override bool ProcessKeyUp(KeyEventArgs keys)

Parameters

keys

KeyEventArgs

The KeyEventArgs instance containing the event data.

Returns

bool

Overrides GridBehaviorImpl.ProcessKeyUp(KeyEventArgs)