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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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.
Inheritance
Object
ValidationArgs
See Also