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

DashboardParameterState(String, Object, Type) Constructor

Initializes a new instance of the DashboardParameterState class.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DashboardParameterState(
    string name,
    object value,
    Type type
)

Parameters

Name Type Description
name String

A String value that specifies the parameter name.

value Object

The current parameter value.

type Type

A Type value that specifies the parameter type.

See Also