Skip to main content

ConfigureEFFiltersPage.ParameterService Property

Provides access to the service for managing report parameters.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public IParameterService ParameterService { get; }

Property Value

Type Description
IParameterService

An object implementing the IParameterService interface.

See Also