Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / AlternateText Property


In This Topic
    AlternateText Property (GcDateTime)
    In This Topic
    Gets the alternate text of the GcDateTime control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AlternateText As DateAlternateText
    'Usage
     
    
    Dim instance As GcDateTime
    Dim value As DateAlternateText
     
    value = instance.AlternateText
    public DateAlternateText AlternateText {get;}

    Property Value

    A DateAlternateText value that indicates the alternate text.
    Remarks
    This property shows alternative text when the value of the control is empty era or null in edit mode and display mode.
    See Also