MonthlyRecurrenceControl.CheckForWarnings(ValidationArgs) Method
Used to validate control settings.
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 will contain a check result and an error message if applicable. |
Remarks
Use this method to check if the selected day number is valid for the selected month.
See Also