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