NumberStringValidator Class Members
In This Topic
The following tables list the members exposed by NumberStringValidator.
Public Constructors
Public Fields
| Name | Description |
| CultureProperty | The Culture attached property can be used to localize validation results: <TextBox c1sched:NumberStringValidator.Culture=''{Binding Path=CalendarHelper.Culture, RelativeSource={RelativeSource AncestorType={x:Type c1sched:C1Scheduler}}, Mode=OneWay}''/> |
Top
Public Properties
Public Methods
| Name | Description |
| GetCulture | Gets the value of the Culture attached property for a given DependencyObject. |
| SetCulture | Sets the value of the Culture attached property for a given DependencyObject. |
| Validate | Overloaded. Overridden. Performs validation checks on a value. |
Top
See Also