Skip to main content

DashboardParameterDescriptor Class

Contains the parameter settings and metadata.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public class DashboardParameterDescriptor :
    IParameter,
    IFilterParameter

Remarks

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.Values 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.

Inheritance

Object
DashboardParameterDescriptor
See Also