ExtractSourceOptions.Parameters Property
In This Article
Provides access to the dashboard parameters.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Browsable(true)]
[DefaultValue(null)]
public DashboardParameterCollection Parameters { get; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
null | A Dashboard |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Parameters |
---|---|
Dashboard |
|
See Also