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


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