Skip to main content
All docs
V18.2

DashboardSpecialValues.IsOthersValue(Object) Method

Returns whether the specified value is an DashboardSpecialValues.OthersValue.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public static bool IsOthersValue(
    object value
)

Parameters

Name Type Description
value Object

The specified value.

Returns

Type Description
Boolean

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

See Also