Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MaskedTextBox Class / Value Property

In This Topic
    Value Property (C1MaskedTextBox)
    In This Topic
    Gets or sets the formatted content of the control as specified by the TextMaskFormat property.
    Syntax
    'Declaration
     
    
    Public Property Value As String
    public string Value {get; set;}
    See Also