Version

ToolTipSettings Class Properties

For a list of all members of this type, see ToolTipSettings members.

Public Properties
 NameDescription
Public PropertyAppearanceReturns or sets the Appearance object which controls visual formatting for the tooltips displayed by the control.  
Public PropertyDateTimeFormatReturns or sets the format that is applied to the dates/times displayed in the tooltip.  
Public PropertyDateTimeFormatResolvedReturns the resolved value of the DateTimeFormat property.  
Public PropertyDefaultDateTimeFormatReturns the default value for the DateTimeFormat property  
Public PropertyDefaultDisplayCompleteThroughReturns the default value for the DisplayCompleteThrough property.  
Public PropertyDefaultDisplayDeadlineReturns the default value for the DisplayDeadline property.  
Public PropertyDefaultDisplayDurationReturns the default value for the DisplayDuration property.  
Public PropertyDefaultDisplayEndDateTimeReturns the default value for the DisplayEndDateTime property.  
Public PropertyDefaultDisplayPercentCompleteReturns the default value for the DisplayPercentComplete property.  
Public PropertyDefaultDisplayStartDateTimeReturns the default value for the DisplayStartDateTime property.  
Public PropertyDefaultDisplayTitleReturns the default value for the DisplayTitle property.  
Public PropertyDefaultTitleReturns the default value for the Title property  
Public PropertyDisplayCompleteThroughReturns or sets a value indicating whether the value of the task's CompleteThrough property should be displayed in the tooltip.  
Public PropertyDisplayCompleteThroughResolvedReturns the resolved value of the DisplayCompleteThrough property.  
Public PropertyDisplayDeadlineReturns or sets a value indicating whether the value of the task's Deadline property should be displayed in the tooltip.  
Public PropertyDisplayDeadlineResolvedReturns the resolved value of the DisplayDeadline property.  
Public PropertyDisplayDurationReturns or sets a value indicating whether the value of the task's Duration property should be displayed in the tooltip.  
Public PropertyDisplayDurationResolvedReturns the resolved value of the DisplayDuration property.  
Public PropertyDisplayEndDateTimeReturns or sets a value indicating whether the value of the task's EndDateTime property should be displayed in the tooltip.  
Public PropertyDisplayEndDateTimeResolvedReturns the resolved value of the DisplayEndDateTime property.  
Public PropertyDisplayNameReturns or sets a value indicating whether the value of the task's Name property should be displayed in the tooltip.  
Public PropertyDisplayNameResolvedReturns the resolved value of the DisplayName property.  
Public PropertyDisplayPercentCompleteReturns or sets a value indicating whether the value of the task's PercentComplete property should be displayed in the tooltip.  
Public PropertyDisplayPercentCompleteResolvedReturns the resolved value of the DisplayPercentComplete property.  
Public PropertyDisplayStartDateTimeReturns or sets a value indicating whether the value of the task's StartDateTime property should be displayed in the tooltip.  
Public PropertyDisplayStartDateTimeResolvedReturns the resolved value of the DisplayStartDateTime property.  
Public PropertyDisplayTitleReturns or sets a value indicating whether a title should be displayed in the tooltip.  
Public PropertyDisplayTitleResolvedReturns the resolved value of the DisplayTitle property.  
Public PropertyDisplayToolTipReturns or sets a value indicating whether a tooltip is displayed.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTitleReturns or sets the string that is displayed as the title for the tooltip.  
Public PropertyTitleResolvedReturns the resolved value of the Title property.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also