Skip to main content
A newer version of this page is available. .

DashboardParameter Class

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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