Skip to main content

YearlyRecurrenceControl.ValidateValues(ValidationArgs) Method

Override this method to implement recurrence validation.

Namespace: DevExpress.Web.ASPxScheduler.Controls

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public override void ValidateValues(
    ValidationArgs args
)

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