ObjectDataSourceFillParameters.CtorParameters Property
In This Article
Gets or sets parameters passed to the DashboardObjectDataSource constructor.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ParameterList CtorParameters { get; set; }
#Property Value
Type | Description |
---|---|
Parameter |
A Parameter |
See Also