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

ValidateObjectEventArgs.Valid Property

Specifies whether the object that is being checked is valid or not.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public bool Valid { get; set; }

Property Value

Type Description
Boolean

true if the object that is being checked is valid; otherwise false.

Remarks

Use this property to specify whether the object that is being checked is valid or not. For additional information, refer to the ListEditor.ValidateObject event description.

See Also