Skip to main content

ExtractSourceOptions.Parameters Property

Provides access to the dashboard parameters.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(true)]
[DefaultValue(null)]
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