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
Initializes a new instance of the GridHeaderRowBehavior class.
public GridHeaderRowBehavior()
Properties
Gets or sets a value indicating how long for the cell edge will the resizing cursor appear.
public int ResizeCursorDistance { get; set; }
Gets a value indicating whether column resize operation is in action.
public bool ResizingColumn { get; }
Methods
Raises the event.
public override bool OnMouseDoubleClick(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Raises the event.
public override bool OnMouseDown(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Raises the event.
public override bool OnMouseMove(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Raises the event.
public override bool OnMouseUp(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides: