Skip to main content

MonthlyRecurrenceControl.CheckForWarnings(ValidationArgs) Method

Used to validate control settings.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public override void CheckForWarnings(
    ValidationArgs args
)

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