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
dDependencyObjectDependencyObjectTo set the property on.
valueboolValue of the property.