Back to Devexpress

DashboardParameterDescriptor Class

dashboard-devexpress-dot-dashboardwin-b436df18.md

latest3.0 KB
Original Source

DashboardParameterDescriptor Class

Contains the parameter settings and metadata.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardParameterDescriptor :
    IParameter,
    IFilterParameter
vb
Public Class DashboardParameterDescriptor
    Implements IParameter,
               IFilterParameter

The following members return DashboardParameterDescriptor objects:

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

Inheritance

Object DashboardParameterDescriptor

See Also

DashboardParameterDescriptor Members

Parameters

Specify Dashboard Parameter Values in the WinForms Designer

Manage Dashboard Parameters in the WinForms Viewer Control

DevExpress.DashboardWin Namespace