DashboardSpecialValues Class
In This Article
Provides access to the dashboard special values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Remarks
The DashboardSpecialValues class introduces special values (such as null or Others) displayed within the dashboard. The following actions can result in special values:
- Client data retrieval (refer to the Obtaining Underlying and Displayed Data document for more information).
- Obtaining values for Master Filtering (the GetAvailableFilterValues methods).
See Also