Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / DisplayText Property


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

    Property Value

    A System.String value that indicates the display text.
    The default is System.String.Empty.
    Remarks
    This property retrieves the displayed text without input focus. The GrapeCity.Win.Views.DisplayField and the AlternateText properties may effect this property.
    See Also