Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownPicker Class / TimeTabText Property


In This Topic
    TimeTabText Property (DateTimeDropDownPicker)
    In This Topic
    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