RuleBase.TargetObject Property
Specifies the object currently being validated by the Validation Rule.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
| Type | Description |
|---|---|
| Object | An object currently being validated by the Validation Rule. |
Remarks
This property returns the object that is currently being validated by the RuleBase.Validate method. After the object is validated, this property is set to null.
See Also