Skip to main content

DashboardParameters.Item[String] Property

Provides access to individual elements in the DashboardParameters collection.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.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
DashboardParameterDescriptor

A DashboardParameterDescriptor object containing the parameter settings and metadata.

See Also