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.v18.2.Core.dll

Declaration

public class DeltaDescriptorCollection :
    ReadOnlyCollection<DeltaDescriptor>

The following members return DeltaDescriptorCollection objects:

Remarks

The MultiDimensionalData.GetDeltas method returns the DeltaDescriptorCollection object.

Inheritance

Object
ReadOnlyCollection<DeltaDescriptor>
DeltaDescriptorCollection
See Also