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

In This Topic
    DayOfMonthValidator Class
    In This Topic
    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}''/>
    Object Model
    DayOfMonthValidator Class
    Syntax
    'Declaration
     
    
    Public MustInherit NotInheritable Class DayOfMonthValidator 
    public static class DayOfMonthValidator 
    Inheritance Hierarchy

    System.Object
       C1.WPF.Schedule.DayOfMonthValidator

    See Also