MonthlyRecurrenceControl.ValidateValues(ValidationArgs) Method
Override this method to implement recurrence validation.
Namespace: DevExpress.Web.ASPxScheduler.Controls
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
args | ValidationArgs | A ValidationArgs class instance used for a control setting’s validation. |
Remarks
ValidateValues method is called by the DevExpress.Web.ASPxScheduler.Internal.AppointmentFormSaveCallbackCommand class before applying recurrence values. You can implement the ValidateValues override to customize the recurrence form behavior.
See Also