HeaderClick event is fired when header cell is clicked in SmartGrid.
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. |
Arguments for this event are of type CellEventArgs.
This event is fired only when cell is in HeaderRow or HeaderColumn.
SmartGrid Class | Resco.Controls.SmartGrid Namespace