Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeApplicationRuntimeRulesEventArgs.ObjectSpaceProvider Property

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.v21.2.dll

Declaration

public IObjectSpaceProvider ObjectSpaceProvider { get; }

Property Value

Type Description
IObjectSpaceProvider

An IObjectSpaceProvider, which is the Object Space Provider to be used to create Object Spaces for creation of additional validation rules.

See Also