Skip to main content

EditFiltersContext.ParameterService Property

Provides access to the service for managing report parameters.

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public IParameterService ParameterService { get; set; }

Property Value

Type Description
IParameterService

An object implementing the IParameterService interface.

See Also