ColumnClick Event
Description
Occurs when a GridColumn header or Grid Header Area is right-clicked in the GridControl.
Syntax
Public Event ColumnClick( _
ByVal [Column] As [GridColumn](XtremeGridControl~GridColumn.md) _
)
Parameters
- Column: The GridColumn that was right-clicked.
Remarks
This event can be used to display a context menu when the column header has been right-clicked.
The SendContextMenuForWholeHeaderArea property specifies whether the ColumnClick event will be called when the right mouse button is clicked anywhere over the grid header, not just the column headers.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.