ClassGridHeaderRowBehavior
Represents grid header row behavior
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridHeaderRowBehavior : GridRowBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplGridRowBehaviorGridHeaderRowBehavior
Implements:
Inherited Members
Constructors
GridHeaderRowBehavior()
Initializes a new instance of the GridHeaderRowBehavior class.
Declaration
public GridHeaderRowBehavior()
Properties
ResizeCursorDistance
Gets or sets a value indicating how long for the cell edge will the resizing cursor appear.
ResizingColumn
Gets a value indicating whether column resize operation is in action.
Methods
OnMouseDoubleClick(MouseEventArgs)
Raises the event.
Declaration
public override bool OnMouseDoubleClick(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseDown(MouseEventArgs)
Raises the event.
Declaration
public override bool OnMouseDown(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseLeave(EventArgs)
Raises the event.
OnMouseMove(MouseEventArgs)
Raises the event.
Declaration
public override bool OnMouseMove(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides
OnMouseUp(MouseEventArgs)
Raises the event.
Declaration
public override bool OnMouseUp(MouseEventArgs e)
Parameters
e
The MouseEventArgs instance containing the event data.
Returns
Overrides