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

RecurrenceControlBase.CheckForWarnings(ValidationArgs) Method

Validates control settings when overridden.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public virtual 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.

See Also