Version

ColumnHeaderToolTipDisplayingEventArgs Class Members

The following tables list the members exposed by ColumnHeaderToolTipDisplayingEventArgs.

Public Constructors
 NameDescription
Public ConstructorColumnHeaderToolTipDisplayingEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyButtonElementReturns the DateNavigationButtonUIElement instance for which the tooltip is about to be displayed, or null if the tooltip is not being displayed for that element.  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyHeaderElementReturns the ColumnHeaderUIElement instance for which the tooltip is about to be displayed.  
Public PropertyToolTipInfoReturns or sets the ToolTipInfo structure that contains information about the tooltip about to be displayed. (Inherited from Infragistics.Win.UltraWinSchedule.ToolTipEventArgs)
See Also