Class GridHierarchyRowBehavior
Represents grid hierarchy row behavior
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridHierarchyRowBehavior : GridDataRowBehavior, IGridBehavior, IDisposable
Constructors
GridHierarchyRowBehavior()
Initializes a new instance of the GridHierarchyRowBehavior class.
Declaration
public GridHierarchyRowBehavior()
Methods
CanEnterEditMode(GridViewRowInfo)
Determines whether the specified row info can enter edit mode.
Declaration
protected override bool CanEnterEditMode(GridViewRowInfo rowInfo)
Parameters
GridViewRowInfo
rowInfo
The row info. |
Returns
System.Boolean
|
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 |