ClassGridHierarchyRowBehavior
Class
Represents grid hierarchy row behavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridHierarchyRowBehavior : GridDataRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridDataRowBehaviorGridHierarchyRowBehavior
Implements:
Inherited Members
Constructors
GridHierarchyRowBehavior()
Initializes a new instance of the GridHierarchyRowBehavior class.
Declaration
cs-api-definition
public GridHierarchyRowBehavior()
Methods
CanEnterEditMode(GridViewRowInfo)
Determines whether the specified row info can enter edit mode.
Declaration
cs-api-definition
protected override bool CanEnterEditMode(GridViewRowInfo rowInfo)
Parameters
rowInfo
The row info.
Returns
true if the specified row info can enter edit mode; otherwise, false.
Overrides
ProcessEnterKey(KeyEventArgs)
Processes the Enter key
Declaration
cs-api-definition
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