DashboardParameterDescriptor.Value Property
OBSOLETE
This property is obsolete now. Use the SelectedValue and SelectedValues properties instead.
Gets or sets the current parameter value.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
[Browsable(false)]
[Obsolete("This property is obsolete now. Use the SelectedValue and SelectedValues properties instead.")]
public object Value { get; set; }
Property Value
Type | Description |
---|---|
Object | An object that specifies the current parameter value. |
Remarks
Use the DashboardParameterDescriptor.SelectedValues/DashboardParameterDescriptor.SelectedValue properties to access current parameter values.
See Also