CustomizeApplicationRuntimeRulesEventArgs.ObjectSpaceProvider Property
In This Article
Specifies the Object Space Provider to be used to create Object Spaces for creation of additional validation rules.
Namespace: DevExpress.ExpressApp.Validation
Assembly: DevExpress.ExpressApp.Validation.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Validation
#Declaration
public IObjectSpaceProvider ObjectSpaceProvider { get; }
#Property Value
Type | Description |
---|---|
IObject |
An IObject |
See Also