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


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

    Property Value

    A TimeSpanAlternateText value indicates the alternate-text.
    Remarks
    This property is set to show an alternative text when value of the control is TimeSpanAlternateText.Zero or TimeSpanAlternateText.Null in edit mode and display mode.
    See Also