Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DisplayField Class / Text Property


In This Topic
    Text Property (DisplayField)
    In This Topic
    Gets text associate to the display field.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    'Usage
     
    Dim instance As DisplayField
    Dim value As String
     
    value = instance.Text
    public string Text {get;}

    Property Value

    A System.String value indicates the content of the display field.
    See Also