Back to Devexpress

ValidationCompletedEventArgs.ObjectSpace Property

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

latest1.5 KB
Original Source

ValidationCompletedEventArgs.ObjectSpace Property

Returns an IObjectSpace used by the RuleSet.

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 used by the RuleSet.

|

See Also

ValidationCompletedEventArgs Class

ValidationCompletedEventArgs Members

DevExpress.Persistent.Validation Namespace