Skip to main content

ValidationArgs() Constructor

Initializes a new instance of the ValidationArgs class with the default settings.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public ValidationArgs()

Remarks

The ValidationArgs.Valid property is true by default, and the ValidationArgs.ErrorMessage is empty.

See Also