Spread Windows Forms 12.0 Product Documentation
DateTabText Property (DateTimeDropDownPickerInfo)


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

Property Value

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

Reference

DateTimeDropDownPickerInfo Class
DateTimeDropDownPickerInfo Members