DrillActionEventArgs.IsOthersValue(Object) Method
Returns whether the specified value is DashboardSpecialValues.OthersValue.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v23.1.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
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