Skip to main content

DashboardSpecialValues.IsErrorValue(Object) Method

Determines whether the specified value is DashboardSpecialValues.ErrorValue.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static bool IsErrorValue(
    object value
)

Parameters

Name Type Description
value Object

The value to check.

Returns

Type Description
Boolean

True, if the specified value is an DashboardSpecialValues.ErrorValue; otherwise, false.

See Also