ComponentOne True DBGrid for WinForms
FootClick Event (C1TrueDBDropdown)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBDropdown Class : FootClick Event
Occurs when the user clicks on the column footer.
Syntax
'Declaration
 
Public Event FootClick As ColEventHandler
public event ColEventHandler FootClick
Event Data

The event handler receives an argument of type ColEventArgs containing data related to this event. The following ColEventArgs properties provide information specific to this event.

PropertyDescription
Indicates the position in the DisplayColumns collection.  
Gets the C1DisplayColumn.  
See Also