Skip to main content

IDashboardDataSource.Parameters Property

For internal use.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
IEnumerable<IParameter> Parameters { get; }

Property Value

Type
IEnumerable<IParameter>
See Also