[]
        
(Showing Draft Content)

C1.WPF.Schedule.DayOfMonthValidator

DayOfMonthValidator Class

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}''/>

Inheritance
DayOfMonthValidator
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
public static class DayOfMonthValidator

Fields

Name Description
MonthProperty

The Month attached property can be used to specify which month is used for day of month validation.

Methods

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.