Skip to main content

IPivotCustomSummaryValue.FromDouble(Double) Method

Converts double values to custom objects.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

object FromDouble(
    double value
)

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