Back to Devexpress

DashboardParameterCollection Class

dashboard-devexpress-dot-dashboardcommon-91a5117f.md

latest2.4 KB
Original Source

DashboardParameterCollection Class

A collection of DashboardParameter objects.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardParameterCollection :
    NamedItemCollection<DashboardParameter>
vb
Public Class DashboardParameterCollection
    Inherits NamedItemCollection(Of DashboardParameter)

The following members return DashboardParameterCollection objects:

Remarks

A dashboard exposes the Dashboard.Parameters property that provides access to the collection of dashboard parameters.

Inheritance

Object Collection<DashboardParameter> NotifyingCollection<DashboardParameter> NamedItemCollection<DashboardParameter> DashboardParameterCollection

See Also

DashboardParameterCollection Members

Parameters

Dashboard Parameters in Windows Forms

DevExpress.DashboardCommon Namespace