dashboard-devexpress-dot-dashboardwin-d662a8b9.md
Represents a collection of DashboardParameterDescriptor objects.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class DashboardParameters :
ReadOnlyCollection<DashboardParameterDescriptor>
Public Class DashboardParameters
Inherits ReadOnlyCollection(Of DashboardParameterDescriptor)
The following members return DashboardParameters objects:
The DashboardDesigner and DashboardViewer expose the DashboardDesigner.Parameters / DashboardViewer.Parameters properties that provide access to dashboard parameter settings and metadata.
Object ReadOnlyCollection<DashboardParameterDescriptor> DashboardParameters
See Also