Spread Windows Forms 12.0 Product Documentation
OverrideTipText Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : OverrideTipText Property
Gets or sets the text of the tip that is shown on an overridden holiday.
Syntax
'Declaration
 
Public Property OverrideTipText As String
'Usage
 
Dim instance As DropDownCalendar
Dim value As String
 
instance.OverrideTipText = value
 
value = instance.OverrideTipText
public string OverrideTipText {get; set;}

Property Value

A string type that represents the value. The default is string.Empty.
Remarks
This property retrieves the tooltip text for an overridden holiday.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members