Skip to main content

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.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

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