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


In This Topic
    Text Property (NumberLiteralDisplayField)
    In This Topic
    Gets or sets the literal text of NumberLiteralDisplayField. This is a dependency property.
    Syntax
    'Declaration
     
    Public Shadows Property Text As String
    'Usage
     
    Dim instance As NumberLiteralDisplayField
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public new string Text {get; set;}

    Property Value

    A System.String value indicates the content of NumberLiteralDisplayField.
    Exceptions
    ExceptionDescription
    The assigned value is a string contains invalid chars.
    See Also