Skip to main content

DashboardParameter Class

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class DashboardParameter :
    Parameter,
    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