ClassGridGroupRowBehavior
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
GridGroupRowBehavior()
Initializes a new instance of the GridGroupRowBehavior class.
Declaration
public GridGroupRowBehavior()
Properties
GroupRow
Gets the group row.
Declaration
protected GridViewGroupRowInfo GroupRow { get; }
Property Value
The group row.
Methods
ProcessAlphaNumericKey(KeyPressEventArgs)
Processes the alpha-numeric keys
Declaration
protected override bool ProcessAlphaNumericKey(KeyPressEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessEnterKey(KeyEventArgs)
Processes the Enter key
Declaration
protected override bool ProcessEnterKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessEscapeKey(KeyEventArgs)
Processes the Escape key
Declaration
protected override bool ProcessEscapeKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessF2Key(KeyEventArgs)
Processes the F2 key
Declaration
protected override bool ProcessF2Key(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessLeftKey(KeyEventArgs)
Processes the Left key
Declaration
protected override bool ProcessLeftKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessRightKey(KeyEventArgs)
Processes the Right key
Declaration
protected override bool ProcessRightKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessSpaceKey(KeyEventArgs)
Processes the Space key
Declaration
protected override bool ProcessSpaceKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides
ProcessTabKey(KeyEventArgs)
Processes the Tab key
Declaration
protected override bool ProcessTabKey(KeyEventArgs keys)
Parameters
keys
The KeyPressEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides