New to Telerik UI for WinFormsStart a free 30-day trial

Represents a grid behavior for the split view.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class SplitGridBehavior : GridBehaviorImpl, IGridBehavior

Inheritance: objectGridBehaviorImplSplitGridBehavior

Derived Classes: BaseGridBehavior

Implements: IGridBehavior

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

Constructors

C#
public SplitGridBehavior()

Methods

Gets the grid table element at point.

C#
protected GridTableElement GetGridTableElementAtPoint(Point point)
Parameters:pointPoint

The point.

Returns:

GridTableElement

Raises the event.

C#
public override bool OnClick(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.OnClick(EventArgs)

Raises the event.

C#
public override bool OnContextMenu(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.OnContextMenu(MouseEventArgs)

Raises the event.

C#
public override bool OnDoubleClick(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.OnDoubleClick(EventArgs)

Raises the event.

C#
public override bool OnMouseDoubleClick(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.OnMouseDoubleClick(MouseEventArgs)

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

C#
public override bool OnMouseDown(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs containing data related to this event

Returns:

bool

Returns true if the event is processed

Overrides: GridBehaviorImpl.OnMouseDown(MouseEventArgs)

Raises the event.

C#
public override bool OnMouseEnter(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.OnMouseEnter(EventArgs)

Raises the event.

C#
public override bool OnMouseLeave(EventArgs e)
Parameters:eEventArgs

The EventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.OnMouseLeave(EventArgs)

Raises the event.

C#
public override bool OnMouseMove(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.OnMouseMove(MouseEventArgs)

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

C#
public override bool OnMouseUp(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs containing data related to this event

Returns:

bool

Returns true if the event is processed

Overrides: GridBehaviorImpl.OnMouseUp(MouseEventArgs)

Raises the event.

C#
public override bool OnMouseWheel(MouseEventArgs e)
Parameters:eMouseEventArgs

The MouseEventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.OnMouseWheel(MouseEventArgs)

Processes the key.

C#
public override bool ProcessKey(KeyEventArgs keys)
Parameters:keysKeyEventArgs

The KeyEventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.ProcessKey(KeyEventArgs)

Processes the key down.

C#
public override bool ProcessKeyDown(KeyEventArgs keys)
Parameters:keysKeyEventArgs

The KeyEventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.ProcessKeyDown(KeyEventArgs)

Processes key press events in RadGridView.

C#
public override bool ProcessKeyPress(KeyPressEventArgs keys)
Parameters:keysKeyPressEventArgs

The KeyPressEventArgs containing data related to this event

Returns:

bool

Returns true if the event is processed

Overrides: GridBehaviorImpl.ProcessKeyPress(KeyPressEventArgs)

Processes the key up.

C#
public override bool ProcessKeyUp(KeyEventArgs keys)
Parameters:keysKeyEventArgs

The KeyEventArgs instance containing the event data.

Returns:

bool

Overrides: GridBehaviorImpl.ProcessKeyUp(KeyEventArgs)