Skip to main content
A newer version of this page is available. .

MultiDimensionalData.GetDeltas() Method

Gets the deltas for the current MultiDimensionalData object.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public DeltaDescriptorCollection GetDeltas()

Returns

Type Description
DeltaDescriptorCollection

A collection of DeltaDescriptor objects containing the delta metadata.

See Also