DashboardParameter(String, Type, Object) Constructor
Initializes a new instance of the DashboardParameter class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String that specifies the name of the dashboard parameter. This value is assigned to the Parameter.Name property. |
| type | Type | A Type that specifies the parameter’s type. This value is assigned to the Parameter.Type property. |
| value | Object | A parameter’s value. This value is assigned to the Parameter.Value property. |
See Also