GridGroupRowBehavior
Represents grid group row behavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridGroupRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridGroupRowBehavior
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridGroupRowBehavior class.
public GridGroupRowBehavior()
Properties
Gets the group row.
protected GridViewGroupRowInfo GroupRow { get; }
The group row.
Methods
Processes the alpha-numeric keys
protected override bool ProcessAlphaNumericKey(KeyPressEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the Enter key
protected override bool ProcessEnterKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the Escape key
protected override bool ProcessEscapeKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the F2 key
protected override bool ProcessF2Key(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the Left key
protected override bool ProcessLeftKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the Right key
protected override bool ProcessRightKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the Space key
protected override bool ProcessSpaceKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides:
Processes the Tab key
protected override bool ProcessTabKey(KeyEventArgs keys)
The KeyPressEventArgs containing data related to this event
Returns:Returns true if the event is processed
Overrides: