Skip to main content

ValidationArgs.Valid Property

Indicates whether ValidationArgs.Control settings are valid.

Namespace: DevExpress.XtraScheduler.UI

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public bool Valid { get; set; }

Property Value

Type Description
Boolean

true if control settings are valid, otherwise false.

Remarks

Use this property to check the result of RecurrenceControlBase.ValidateValues or RecurrenceControlBase.CheckForWarnings methods, and the overridden methods in descendants.

See Also