Skip to main content
A newer version of this page is available. .

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.v19.1.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