Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DayOfMonthValidator Class / MonthProperty Field

In This Topic
    MonthProperty Field (DayOfMonthValidator)
    In This Topic
    The Month attached property can be used to specify which month is used for day of month validation.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly MonthProperty As DependencyProperty
    public static readonly DependencyProperty MonthProperty
    Remarks
    Month number is a 1-based integer value.
    See Also