Skip to main content
.NET 6.0+

CustomNeedToValidateRuleEventArgs.Target Property

A target object of validation.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public object Target { get; }

Property Value

Type Description
Object

An object that is going to be validated.

See Also