Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownPickerInfo Class / DateTabText Property


In This Topic
    DateTabText Property (DateTimeDropDownPickerInfo)
    In This Topic
    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