Spread Windows Forms 12.0 Product Documentation
TimeTabText Property (DateTimeDropDownPickerInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DateTimeDropDownPickerInfo Class : TimeTabText Property
Gets or sets the text shown in the time tab.
Syntax
'Declaration
 
Public Property TimeTabText As String
'Usage
 
Dim instance As DateTimeDropDownPickerInfo
Dim value As String
 
instance.TimeTabText = value
 
value = instance.TimeTabText
public string TimeTabText {get; set;}

Property Value

A System.String value that indicates the text shown in the time tab.
See Also

Reference

DateTimeDropDownPickerInfo Class
DateTimeDropDownPickerInfo Members