ClassSplitGridBehavior
Represents a grid behavior for the split view.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class SplitGridBehavior : GridBehaviorImpl, IGridBehavior
Inheritance: objectGridBehaviorImplSplitGridBehavior
Derived Classes:
Implements:
Inherited Members
Constructors
SplitGridBehavior()
Declaration
public SplitGridBehavior()
Methods
GetGridTableElementAtPoint(Point)
Gets the grid table element at point.
Declaration
protected GridTableElement GetGridTableElementAtPoint(Point point)
Parameters
point
The point.
Returns
OnClick(EventArgs)
Raises the event.
OnContextMenu(MouseEventArgs)
Raises the event.
Declaration
public override bool OnContextMenu(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnDoubleClick(EventArgs)
Raises the event.
OnMouseDoubleClick(MouseEventArgs)
Raises the event.
Declaration
public override bool OnMouseDoubleClick(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseDown(MouseEventArgs)
Occurs when the mouse pointer is over the RadGridView and a mouse button is pressed.
Declaration
public override bool OnMouseDown(MouseEventArgs e)
Parameters
e
The MouseEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
OnMouseEnter(EventArgs)
Raises the event.
OnMouseLeave(EventArgs)
Raises the event.
OnMouseMove(MouseEventArgs)
Raises the event.
Declaration
public override bool OnMouseMove(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseUp(MouseEventArgs)
Occurs when the mouse pointer is over the RadGridView and a mouse button is released.
Declaration
public override bool OnMouseUp(MouseEventArgs e)
Parameters
e
The MouseEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
OnMouseWheel(MouseEventArgs)
Raises the event.
Declaration
public override bool OnMouseWheel(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
ProcessKey(KeyEventArgs)
Processes the key.
Declaration
public override bool ProcessKey(KeyEventArgs keys)
Parameters
keys
The KeyEventArgs instance containing the event data.
Returns
Overrides
ProcessKeyDown(KeyEventArgs)
Processes the key down.
Declaration
public override bool ProcessKeyDown(KeyEventArgs keys)
Parameters
keys
The KeyEventArgs instance containing the event data.
Returns
Overrides
ProcessKeyPress(KeyPressEventArgs)
Processes key press events in RadGridView.
Declaration
public override bool ProcessKeyPress(KeyPressEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessKeyUp(KeyEventArgs)
Processes the key up.
Declaration
public override bool ProcessKeyUp(KeyEventArgs keys)
Parameters
keys
The KeyEventArgs instance containing the event data.
Returns
Overrides