MobileForms Toolkit Documentation

SmartGrid.HeaderClick Event

HeaderClick event is fired when header cell is clicked in SmartGrid.

public event CellClickHandler HeaderClick;

Event Data

The event handler receives an argument of type CellEventArgs containing data related to this event. The following CellEventArgs property provides information specific to this event.

Property Description
Cell Gets the cell that was clicked.

Remarks

Arguments for this event are of type CellEventArgs.

This event is fired only when cell is in HeaderRow or HeaderColumn.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace