Skip to main content
All docs
V18.2

ASPxClientDynamicLookUpValuesLoadedEventArgs.ParameterName Property

Gets the dashboard parameter name whose values have been loaded.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string ParameterName { get; }

Property Value

Type Description
String

A string value that is the dashboard parameter name whose values have been loaded.

See Also