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

ValidationArgs Class

This class is used for a control setting’s validation, and holds a control, validation result, and an error message, if any.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public class ValidationArgs

Remarks

An instance of this class is passed in the call of the RecurrenceControlBase.CheckForWarnings method. Check the ValidationArgs.Valid property to determine the correctness of user input, and display the content of ValidationArgs.ErrorMessage to the user, if necessary.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ValidationArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
ValidationArgs
See Also