Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomIsEmptyValueEventArgs.TargetObject Property

Gets the validation rule’s target object.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public object TargetObject { get; }

Property Value

Type Description
Object

An object which is the validation rule’s target object.

See Also