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

ExtractSourceOptions.Parameters Property

Provides access to the dashboard parameters.

Namespace: DevExpress.DashboardCommon

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

Declaration

[DefaultValue(null)]
[Browsable(true)]
public DashboardParameterCollection Parameters { get; }

Property Value

Type Default Description
DashboardParameterCollection *null*

A DashboardParameterCollection object representing a collection of dashboard parameters.

Property Paths

You can access this nested property as listed below:

Object Type Path to Parameters
DashboardExtractDataSource
.ExtractSourceOptions.Parameters
See Also