Skip to main content
All docs
V18.2

ASPxClientDashboardItemEventArgs.IsOthersValue(Object) Method

Returns whether the specified value is ‘others’.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool IsOthersValue(
    object value
)

Parameters

Name Type Description
value Object

The specified value.

Returns

Type Description
Boolean

true, if the specified value is ‘others’; otherwise, false.

See Also