dashboard-devexpress-dot-dashboardwin-b436df18.md
Contains the parameter settings and metadata.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class DashboardParameterDescriptor :
IParameter,
IFilterParameter
Public Class DashboardParameterDescriptor
Implements IParameter,
IFilterParameter
The following members return DashboardParameterDescriptor objects:
The DashboardParameterDescriptor class members 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), etc.
The DashboardParameterDescriptor.SelectedValues property returns possible parameter values. Use the DashboardParameterDescriptor.SelectedValue/DashboardParameterDescriptor.SelectedValues properties to obtain or specify the current parameter values.
Use the DashboardDesigner.Parameters / DashboardViewer.Parameters properties to access dashboard parameter settings and metadata.
Object DashboardParameterDescriptor
See Also
DashboardParameterDescriptor Members
Specify Dashboard Parameter Values in the WinForms Designer