DashboardParameters.Item[String] Property
In This Article
Provides access to individual elements in the DashboardParameters collection.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public DashboardParameterDescriptor this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | An String that represents the parameter name. |
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also