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

CustomIsEmptyValueEventArgs.TargetObject Property

Gets the validation rule’s target object.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public object TargetObject { get; }

Property Value

Type Description
Object

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

See Also