Skip to main content

DashboardParameterDescriptor.DefaultValue Property

Gets the default parameter value.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public object DefaultValue { get; }

Property Value

Type Description
Object

A default parameter value.

See Also