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

RecurrenceControlBase.ValidateValues(ValidationArgs) Method

Checks if the user input is valid for the control.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public virtual void ValidateValues(
    ValidationArgs args
)

Parameters

Name Type Description
args ValidationArgs

A ValidationArgs object that may contain the check result and an error message.

Remarks

Override this method to validate user input.

See Also