Back to Devexpress

DashboardParameter Class

dashboard-devexpress-dot-dashboardcommon-16589add.md

latest1.5 KB
Original Source

DashboardParameter Class

A dashboard parameter.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardParameter :
    Parameter,
    INameContainer,
    INamedItem,
    ISupportPrefix
vb
Public Class DashboardParameter
    Inherits Parameter
    Implements INameContainer,
               INamedItem,
               ISupportPrefix

Remarks

A dashboard exposes the Dashboard.Parameters property that provides access to the collection of dashboard parameters. To learn how to use dashboard parameters in code, refer to the Examples section.

Inheritance

Object Parameter DashboardParameter

See Also

DashboardParameter Members

Parameters

DevExpress.DashboardCommon Namespace