Skip to main content
All docs
V18.2

DashboardSpecialValues Class

Provides access to dashboard special values.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public class DashboardSpecialValues :
    JavaScriptObject

Remarks

Fields exposed by the DashboardSpecialValues class are introduced to identify various special values (such as null or Others values) that can be displayed within the dashboard. For instance, these values can be returned when performing the following actions.

Inheritance

Object
DevExpress.Web.Scripts.JavaScriptObject
DashboardSpecialValues
See Also