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


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

    Field Value

    The identifier for the GrapeCity.Windows.InputMan.Fields.DateEraField.Text dependency property.
    See Also