OverrideTipText Property (DropDownCalendar)
Gets or sets the text of the tip that is shown on an overridden holiday.
public string OverrideTipText {get; set;}
'Declaration
Public Property OverrideTipText As String
'Usage
Dim instance As DropDownCalendar
Dim value As String
instance.OverrideTipText = value
value = instance.OverrideTipText
Property Value
A
string type that represents the value. The default is
string.Empty.