Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / NumberLiteralDisplayField Class / TextProperty Field


In This Topic
    TextProperty Field (NumberLiteralDisplayField)
    In This Topic
    Identifies the Text dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly TextProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = NumberLiteralDisplayField.TextProperty
    public static readonly DependencyProperty TextProperty

    Field Value

    The identifier for the Text dependency property.
    See Also