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

EditExtractOptionsContext.ParametersService Property

Gets or sets an object that provides parameters used to get data from the data source.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public IParameterService ParametersService { get; set; }

Property Value

Type Description
IParameterService

An object implementing the IParameterService interface to access the dashboard and query parameters.

See Also