DateTabText Property (DateTimeDropDownPicker)
Gets or sets the text shown in the date tab.
public string DateTabText {get; set;}
'Declaration
Public Property DateTabText As String
'Usage
Dim instance As DateTimeDropDownPicker
Dim value As String
instance.DateTabText = value
value = instance.DateTabText
Property Value
A
System.String value indicates the text shown in the date tab.