Skip to main content

ObjectDataSourceFillParameters.Parameters Property

Gets or sets parameters passed to the data source.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IEnumerable<IParameter> Parameters { get; set; }

Property Value

Type Description
IEnumerable<IParameter>

A collection of objects implementing IParameter interface, which are parameters passed to the data source.

See Also