Xceed DataGrid for Silverlight Documentation
Value Property (NumericTextBox)


Gets or sets the control's value.
Syntax
'Declaration
 
Public Property Value As Object
'Usage
 
Dim instance As NumericTextBox
Dim value As Object
 
instance.Value = value
 
value = instance.Value
public object Value {get; set;}

Property Value

An object representing the control's value.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

NumericTextBox Class
NumericTextBox Members

Send Feedback