Skip to main content
A newer version of this page is available. .

DashboardSpecialValues.IsSpecialValue(Object) Method

Determines whether the specified value is any of the dashboard special values.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public static bool IsSpecialValue(
    object value
)

Parameters

Name Type Description
value Object

The value to check.

Returns

Type Description
Boolean

True, if the specified value is any of the dashboard special values; otherwise, false.

See Also