Skip to main content

DashboardParameterDescriptor.Description Property

Gets the parameter’s description displayed to an end-user.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public string Description { get; }

Property Value

Type Description
String

A String that is the parameter’s description displayed to an end-user.

See Also