Skip to main content

DeltaDescriptorCollection Class

A collection of DeltaDescriptor objects.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DeltaDescriptorCollection :
    ReadOnlyCollection<DeltaDescriptor>

Remarks

The MultiDimensionalData.GetDeltas method returns the DeltaDescriptorCollection object.

Inheritance

Object
ReadOnlyCollection<DeltaDescriptor>
DeltaDescriptorCollection
See Also