dashboard-devexpress-dot-dashboardcommon-91a5117f.md
A collection of DashboardParameter objects.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DashboardParameterCollection :
NamedItemCollection<DashboardParameter>
Public Class DashboardParameterCollection
Inherits NamedItemCollection(Of DashboardParameter)
The following members return DashboardParameterCollection objects:
A dashboard exposes the Dashboard.Parameters property that provides access to the collection of dashboard parameters.
Object Collection<DashboardParameter> NotifyingCollection<DashboardParameter> NamedItemCollection<DashboardParameter> DashboardParameterCollection
See Also
DashboardParameterCollection Members