Xceed DataGrid for Silverlight Documentation
NumberStyles Property


Gets or sets a value indicating the number styles that are supported by the numeric text box.
Syntax
'Declaration
 
Public Property NumberStyles As NumberStyles
'Usage
 
Dim instance As NumericTextBox
Dim value As NumberStyles
 
instance.NumberStyles = value
 
value = instance.NumberStyles
public NumberStyles NumberStyles {get; set;}

Property Value

A NumberStyle value that indicates the number styles that are supported by the numeric text box."Exceptions
designlist:tagidentifier=##EXCEPTION,itemtype=Exception
" -->
Requirements

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

See Also

Reference

NumericTextBox Class
NumericTextBox Members

Send Feedback