C1.Win.C1List Namespace / C1Combo Class / ColFootClick Event

ColFootClick Event (C1Combo)
Fires when the footer of the control is clicked.
Syntax
'Declaration
 
Public Event ColFootClick As ColEventHandler
 
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.  
See Also