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

ObjectDataSourceFillParameters.CtorParameters Property

Gets or sets parameters passed to the DashboardObjectDataSource constructor.

Namespace: DevExpress.DashboardCommon

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

Declaration

public ParameterList CtorParameters { get; set; }

Property Value

Type Description
ParameterList

A ParameterList object containing parameters passed to the DashboardObjectDataSource constructor.

See Also