Back to Devexpress

RuleValidatedEventArgs.ObjectSpace Property

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

latest1.3 KB
Original Source

RuleValidatedEventArgs.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

An IObjectSpace object used by the validation rule.

|

See Also

RuleValidatedEventArgs Class

RuleValidatedEventArgs Members

DevExpress.Persistent.Validation Namespace