SplitGridBehavior
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
public SplitGridBehavior()
Methods
Gets the grid table element at point.
protected GridTableElement GetGridTableElementAtPoint(Point point)
The point.
Returns:Raises the event.
public override bool OnContextMenu(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Raises the event.
public override bool OnMouseDoubleClick(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Occurs when the mouse pointer is over the RadGridView and a mouse button is pressed.
public override bool OnMouseDown(MouseEventArgs e)
The MouseEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Raises the event.
public override bool OnMouseMove(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Occurs when the mouse pointer is over the RadGridView and a mouse button is released.
public override bool OnMouseUp(MouseEventArgs e)
The MouseEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Raises the event.
public override bool OnMouseWheel(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Processes the key.
public override bool ProcessKey(KeyEventArgs keys)
The KeyEventArgs instance containing the event data.
Returns:Overrides:
Processes the key down.
public override bool ProcessKeyDown(KeyEventArgs keys)
The KeyEventArgs instance containing the event data.
Returns:Overrides:
Processes key press events in RadGridView.
public override bool ProcessKeyPress(KeyPressEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the key up.
public override bool ProcessKeyUp(KeyEventArgs keys)
The KeyEventArgs instance containing the event data.
Returns:Overrides: