Skip to main content
All docs
V24.2

ASPxDashboard.Nonce Property

Specifies the nonce value.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

#Declaration

[DefaultValue("")]
public string Nonce { get; set; }

#Property Value

Type Default Description
String String.Empty

A String that specifies the nonce value.

See Also