Xceed DataGrid for Silverlight Documentation
CustomDecimalKeys Property


Gets or sets a list of custom decimal keys.
Syntax
'Declaration
 
Public Property CustomDecimalKeys As List(Of Key)
'Usage
 
Dim instance As NumericTextBox
Dim value As List(Of Key)
 
instance.CustomDecimalKeys = value
 
value = instance.CustomDecimalKeys
public List<Key> CustomDecimalKeys {get; set;}

Property Value

A list of keys representing the custom decimal keys."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