Skip to main content
All docs
V23.2

ScriptsLoadingEventArgs.Scripts Property

Provides access to the collection of scripts that the DxDashboard component loads.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

Declaration

public List<string> Scripts { get; set; }

Property Value

Type Description
List<String>

A list of scripts that the DxDashboard component loads.

See Also