Skip to main content
All docs
V18.2

ASPxClientDashboardParameter.GetDescription() Method

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string GetDescription()

Returns

Type Description
String

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

See Also