ComponentOne FinancialChart for WPF
Value Property (C1MaskedTextBox)



C1.WPF Namespace > C1MaskedTextBox Class : Value Property
Gets or sets the formatted content of the control as specified by the TextMaskFormat property.
Syntax
'Declaration
 
Public Property Value As String
'Usage
 
Dim instance As C1MaskedTextBox
Dim value As String
 
instance.Value = value
 
value = instance.Value
public string Value {get; set;}
public:
property String^ Value {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1MaskedTextBox Class
C1MaskedTextBox Members