ClassGridFilterRowBehavior
Class
Represents filter row grid behavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class GridFilterRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridFilterRowBehavior
Implements:
Inherited Members
Constructors
GridFilterRowBehavior()
Initializes a new instance of the GridFilterRowBehavior class.
Declaration
cs-api-definition
public GridFilterRowBehavior()
Methods
CanEnterEditMode(GridViewRowInfo)
Determines whether this instance [can enter edit mode] the specified row info.
Declaration
cs-api-definition
protected override bool CanEnterEditMode(GridViewRowInfo rowInfo)
Parameters
rowInfo
The row info.
Returns
true if this instance [can enter edit mode] the specified row info; otherwise, false.
Overrides
OnMouseDownLeft(MouseEventArgs)
Occurs when the mouse pointer is over the RadGridView and the left mouse button is pressed.
Declaration
cs-api-definition
protected override bool OnMouseDownLeft(MouseEventArgs e)
Parameters
e
The MouseEventArgs containing data related to this event
Returns
Returns true if the event is processed
Overrides