Skip to main content
A newer version of this page is available. .

ValidationArgs.Valid Property

Indicates whether ValidationArgs.Control settings are valid.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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