DashboardParameters.Item[String] Property
Provides access to individual elements in the DashboardParameters collection.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | An String that represents the parameter name. |
Property Value
Type | Description |
---|---|
DashboardParameterDescriptor | A DashboardParameterDescriptor object containing the parameter settings and metadata. |
See Also