EditExtractOptionsContext.ParametersService Property
In This Article
Gets or sets an object that provides parameters used to get data from the data source.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public IParameterService ParametersService { get; set; }
#Property Value
Type | Description |
---|---|
IParameter |
An object implementing the IParameter |
See Also