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

MasterFilterSetEventArgs.IsOthersValue(Object) Method

Returns whether the specified value is DashboardSpecialValues.OthersValue.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.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 DashboardSpecialValues.OthersValue; otherwise, false.

See Also