MonthlyRecurrenceControl.ValidateValues(ValidationArgs) Method
Checks if the user input is valid for the control.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
args | ValidationArgs | A ValidationArgs object that may contain the check result and an error message. |
Remarks
This method checks whether the day’s number is a positive integer less or equal to 31.
See Also