The NumberStringValidator type exposes the following members.

Properties

  NameDescription
Public propertyFormat
Gets or sets formatting strings which should be used at number conversion.
Public propertyMax
Gets or sets a maximum allowable value.
Public propertyMin
Gets or sets a minimum allowable value.
Public propertyValidatesOnTargetUpdated
Gets or sets a value that indicates whether the ValidationRule runs when the target of the Binding is updated.
(Inherited from ValidationRule.)
Public propertyValidationCulture
Gets or sets culture used for localizing validation results. If this property is null, the CultureInfo specified in Validate method parameters will be used.
Public propertyValidationStep
Gets or sets when the ValidationRule runs.
(Inherited from ValidationRule.)

See Also