ObjectDataSourceFillParameters.Parameters Property
Gets or sets parameters passed to the data source.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<IParameter> | A collection of objects implementing IParameter interface, which are parameters passed to the data source. |
See Also