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

EditConstructorContext.ParameterService Property

Specifies an object that provides a service functionality to manage report parameters.

Namespace: DevExpress.DataAccess.UI.ObjectBinding

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public IParameterService ParameterService { get; set; }

Property Value

Type Description
IParameterService

An object implementing the IParameterService interface.

See Also