The DayOfMonthValidator is a static class which can be used in xaml to specify month number and culture for validation rule via binding: <TextBox c1sched:DayOfMonthValidator.Month=''{Binding Path=MonthOfYear}''/>

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static class DayOfMonthValidator
Visual Basic (Declaration)
Public NotInheritable Class DayOfMonthValidator

Inheritance Hierarchy

System..::..Object
  C1.WPF.C1Schedule..::..DayOfMonthValidator

See Also