DashboardSpecialValues.IsOlapNullValue(Object) Method
Determines whether the specified value is DashboardSpecialValues.OlapNullValue.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | The value to check. |
Returns
Type | Description |
---|---|
Boolean | True, if the specified value is DashboardSpecialValues.OlapNullValue; otherwise, false. |
See Also