DrillActionEventArgs.IsNullValue(Object) Method
In This Article
Returns whether the specified value is DashboardSpecialValues.NullValue.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Object | The specified value. |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified value is Dashboard |
See Also