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.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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