Skip to main content
.NET 6.0+

CustomIsEmptyValueEventArgs.TargetObject Property

Gets the validation rule’s target object.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v24.1.dll

Declaration

public object TargetObject { get; }

Property Value

Type Description
Object

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

See Also