Skip to main content
A newer version of this page is available. .

MonthlyRecurrenceControl.CheckForWarnings(ValidationArgs) Method

Used to validate control settings.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

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