Class GridGroupRowBehavior
Represents grid group row behavior
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridGroupRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
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
GridViewGroupRowInfo
The group row. |
Methods
ProcessAlphaNumericKey(KeyPressEventArgs)
Processes the alpha-numeric keys
Declaration
protected override bool ProcessAlphaNumericKey(KeyPressEventArgs keys)
Parameters
System.Windows.Forms.KeyPressEventArgs
keys
The KeyPressEventArgs containing data related to this event |
Returns
System.Boolean
Returns true if the event is processed |
Overrides
ProcessEnterKey(KeyEventArgs)
Processes the Enter key
Declaration
protected override bool ProcessEnterKey(KeyEventArgs keys)
Parameters
System.Windows.Forms.KeyEventArgs
keys
The KeyPressEventArgs containing data related to this event |
Returns
System.Boolean
Returns true if the event is processed |
Overrides
ProcessEscapeKey(KeyEventArgs)
Processes the Escape key
Declaration
protected override bool ProcessEscapeKey(KeyEventArgs keys)
Parameters
System.Windows.Forms.KeyEventArgs
keys
The KeyPressEventArgs containing data related to this event |
Returns
System.Boolean
Returns true if the event is processed |
Overrides
ProcessF2Key(KeyEventArgs)
Processes the F2 key
Declaration
protected override bool ProcessF2Key(KeyEventArgs keys)
Parameters
System.Windows.Forms.KeyEventArgs
keys
The KeyPressEventArgs containing data related to this event |
Returns
System.Boolean
Returns true if the event is processed |
Overrides
ProcessLeftKey(KeyEventArgs)
Processes the Left key
Declaration
protected override bool ProcessLeftKey(KeyEventArgs keys)
Parameters
System.Windows.Forms.KeyEventArgs
keys
The KeyPressEventArgs containing data related to this event |
Returns
System.Boolean
Returns true if the event is processed |
Overrides
ProcessRightKey(KeyEventArgs)
Processes the Right key
Declaration
protected override bool ProcessRightKey(KeyEventArgs keys)
Parameters
System.Windows.Forms.KeyEventArgs
keys
The KeyPressEventArgs containing data related to this event |
Returns
System.Boolean
Returns true if the event is processed |
Overrides
ProcessSpaceKey(KeyEventArgs)
Processes the Space key
Declaration
protected override bool ProcessSpaceKey(KeyEventArgs keys)
Parameters
System.Windows.Forms.KeyEventArgs
keys
The KeyPressEventArgs containing data related to this event |
Returns
System.Boolean
Returns true if the event is processed |
Overrides
ProcessTabKey(KeyEventArgs)
Processes the Tab key
Declaration
protected override bool ProcessTabKey(KeyEventArgs keys)
Parameters
System.Windows.Forms.KeyEventArgs
keys
The KeyPressEventArgs containing data related to this event |
Returns
System.Boolean
Returns true if the event is processed |