Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DayOfMonthValidationRule Class
Properties Methods


In This Topic
    DayOfMonthValidationRule Class Members
    In This Topic

    The following tables list the members exposed by DayOfMonthValidationRule.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets formatting strings which should be used at number conversion. (Inherited from C1.WPF.Schedule.NumberStringValidator)
    Public PropertyGets or sets a maximum allowable value. (Inherited from C1.WPF.Schedule.NumberStringValidator)
    Public PropertyGets or sets a minimum allowable value. (Inherited from C1.WPF.Schedule.NumberStringValidator)
    Public PropertyGets or sets the DayOfMonthChecker object holding the month number.  
    Public Property (Inherited from System.Windows.Controls.ValidationRule)
    Public PropertyGets or sets culture used for localizing validation results. If this property is null, the System.Globalization.CultureInfo specified in Validate method parameters will be used. (Inherited from C1.WPF.Schedule.NumberStringValidator)
    Public Property (Inherited from System.Windows.Controls.ValidationRule)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Performs validation checks on a value.  
    Top
    See Also