[]
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}''/>
public static class DayOfMonthValidator
Name | Description |
---|---|
MonthProperty | The Month attached property can be used to specify which month is used for day of month validation. |
Name | Description |
---|---|
GetMonth(DependencyObject) | Gets the value of the Month attached property for a given DependencyObject. |
SetMonth(DependencyObject, int) | Sets the value of the Month attached property for a given DependencyObject. |