Back to Devexpress

CustomValidateRuleEventArgs.ObjectSpace Property

expressappframework-devexpress-dot-persistent-dot-validation-dot-customvalidateruleeventargs.md

latest1.3 KB
Original Source

CustomValidateRuleEventArgs.ObjectSpace Property

An Object Space of a validation target.

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public IObjectSpace ObjectSpace { get; }
vb
Public ReadOnly Property ObjectSpace As IObjectSpace

Property Value

TypeDescription
IObjectSpace

The IObjectSpace object used by the validation rule.

|

See Also

CustomValidateRuleEventArgs Class

CustomValidateRuleEventArgs Members

DevExpress.Persistent.Validation Namespace