Skip to main content

CustomIsEmptyValueEventArgs.PropertyValue Property

Gets the validation rule’s target property value.

Namespace: DevExpress.Persistent.Validation

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

NuGet Package: DevExpress.Persistent.Base

Declaration

public object PropertyValue { get; }

Property Value

Type Description
Object

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

See Also