Skip to main content

ObjectDataSourceFillParameters.CtorParameters Property

Gets or sets parameters passed to the DashboardObjectDataSource constructor.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ParameterList CtorParameters { get; set; }

Property Value

Type Description
ParameterList

A ParameterList object containing parameters passed to the DashboardObjectDataSource constructor.

See Also