Back to Devexpress

DashboardDesigner.Parameters Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-ea2c738f.md

latest2.6 KB
Original Source

DashboardDesigner.Parameters Property

Provides access to dashboard parameter settings and metadata.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public DashboardParameters Parameters { get; }
vb
<Browsable(False)>
Public ReadOnly Property Parameters As DashboardParameters

Property Value

TypeDescription
DashboardParameters

A DashboardParameters object representing a collection of DashboardParameterDescriptor objects.

|

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 DashboardParameterDescriptor.SelectedValues property returns possible parameter values. Use the DashboardParameterDescriptor.SelectedValue property to obtain or specify the current parameter value.

Implements

Parameters

See Also

BeginUpdateParameters()

EndUpdateParameters()

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace