Skip to main content
.NET 6.0+

CustomIsEmptyValueEventArgs.PropertyValue Property

Gets the validation rule’s target property value.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public object PropertyValue { get; }

Property Value

Type Description
Object

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

See Also