Skip to main content
All docs
V24.2

DxDashboard.Nonce Property

Specifies the nonce value.

Namespace: DevExpress.DashboardBlazor

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

NuGet Package: DevExpress.Blazor.Dashboard

#Declaration

[Parameter]
public string Nonce { get; set; }

#Property Value

Type Description
String

A String that specifies the nonce value.

See Also