DashboardParameter(String, Type, Object, String, Boolean, ParameterLookUpSettings) Constructor
Initializes a new instance of the DashboardParameter class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public DashboardParameter(
string name,
Type type,
object value,
string description,
bool visible,
ParameterLookUpSettings lookupsettings
)
Parameters
Name | Type | Description |
---|---|---|
name | String | A String that specifies the name of the dashboard parameter. This value is assigned to the Parameter.Name property. |
type | Type | A Type that specifies the parameter’s type. This value is assigned to the Parameter.Type property. |
value | Object | A parameter’s value. This value is assigned to the Parameter.Value property. |
description | String | A String that specifies a parameter’s description displayed to an end-user. This value is assigned to the DashboardParameter.Description property. |
visible | Boolean | A Boolean value specifying whether a parameter’s editor is visible within the Dashboard Parameters dialog. This value is assigned to the DashboardParameter.Visible property. |
lookupsettings | ParameterLookUpSettings | A ParameterLookUpSettings descendant that specifies the look-up editor settings of the parameter. This value is assigned to the DashboardParameter.LookUpSettings property. |