Skip to main content

DashboardSpecialValues.IsOthersValue(Object) Method

Determines whether the specified value is DashboardSpecialValues.OthersValue.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static bool IsOthersValue(
    object value
)

Parameters

Name Type Description
value Object

The value to check.

Returns

Type Description
Boolean

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

See Also