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