Spread Windows Forms 12.0 Product Documentation
TimeTabText Property (DateTimeDropDownPicker)


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

Property Value

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

Reference

DateTimeDropDownPicker Class
DateTimeDropDownPicker Members