Skip to main content

ValidationArgs() Constructor

In This Article

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.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