ValidateObjectEventArgs.Valid Property
In This Article
Specifies whether the object that is being checked is valid or not.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#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