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

DeltaDescriptorCollection Class

A collection of DeltaDescriptor objects.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class DeltaDescriptorCollection :
    ReadOnlyCollection<DeltaDescriptor>

Remarks

The MultiDimensionalData.GetDeltas method returns the DeltaDescriptorCollection object.

Inheritance

Object
ReadOnlyCollection<DeltaDescriptor>
DeltaDescriptorCollection
See Also