Spread Windows Forms 12.0 Product Documentation
OverrideTipText Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : OverrideTipText Property
Gets or sets the tip text shown on an overridden holiday.
Syntax
'Declaration
 
Public Property OverrideTipText As String
'Usage
 
Dim instance As DropDownCalendarInfo
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

DropDownCalendarInfo Class
DropDownCalendarInfo Members