Skip to main content
A newer version of this page is available. .

ObjectDataSourceFillParameters.Parameters Property

Gets or sets parameters passed to the data source.

Namespace: DevExpress.DashboardCommon

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

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