Skip to main content
.NET 6.0+

ValidateObjectEventArgs.Valid Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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