Skip to main content
All docs
V18.2

ASPxClientDashboardItemEventArgs.IsNullValue(Object) Method

Returns whether the specified value is null.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool IsNullValue(
    object value
)

Parameters

Name Type Description
value Object

The specified value.

Returns

Type Description
Boolean

true, if the specified value is null; otherwise, false.

See Also