Back to Devexpress

DashboardParameters Class

dashboard-devexpress-dot-dashboardwin-d662a8b9.md

latest2.1 KB
Original Source

DashboardParameters Class

Represents a collection of DashboardParameterDescriptor objects.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardParameters :
    ReadOnlyCollection<DashboardParameterDescriptor>
vb
Public Class DashboardParameters
    Inherits ReadOnlyCollection(Of DashboardParameterDescriptor)

The following members return DashboardParameters objects:

Remarks

The DashboardDesigner and DashboardViewer expose the DashboardDesigner.Parameters / DashboardViewer.Parameters properties that provide access to dashboard parameter settings and metadata.

Inheritance

Object ReadOnlyCollection<DashboardParameterDescriptor> DashboardParameters

See Also

DashboardParameters Members

Parameters

DevExpress.DashboardWin Namespace