Back to Devexpress

ValidationArgs Class

corelibraries-devexpress-dot-xtrascheduler-dot-ui-f2dc03a2.md

latest1.5 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class ValidationArgs
vb
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.

Inheritance

Object ValidationArgs

See Also

ValidationArgs Members

DevExpress.XtraScheduler.UI Namespace