IPivotCustomSummaryValue.FromDouble(Double) Method
Converts double values to custom objects.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Double | A Double value to be converted. |
Returns
Type | Description |
---|---|
Object | A custom object. |
Remarks
The FromDouble method specifies how to convert double values to custom objects and allows you to display filter values within a range selector in the required way.
See Also