DashboardViewer.Parameters Property
Provides access to dashboard parameter settings and metadata.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[Browsable(false)]
public DashboardParameters Parameters { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
DashboardParameterDescriptor class objects returned by the Parameters property allow you to obtain parameter settings such as the parameter type (the DashboardParameterDescriptor.Type property), the default parameter value (the DashboardParameterDescriptor.DefaultValue property), the parameter name (the DashboardParameterDescriptor.Name property), etc.
The SelectedValues property returns possible parameter values. Use the SelectedValue property to obtain or specify the current parameter value.