Method SetIsNumericOnly
SetIsNumericOnly(DependencyObject, bool)
Sets the IsNumericOnly property. This dependency property indicates the text box only allows numeric or not.
public static void SetIsNumericOnly(DependencyObject d, bool value)
Parameters
d
DependencyObjectDependencyObjectTo set the property on.
value
boolValue of the property.