Skip to main content

DeltaDescriptorCollection Class

A collection of DeltaDescriptor objects.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

#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