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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class DeltaDescriptorCollection :
    ReadOnlyCollection<DeltaDescriptor>

Remarks

The MultiDimensionalData.GetDeltas method returns the DeltaDescriptorCollection object.

Inheritance

Object
ReadOnlyCollection<DeltaDescriptor>
DeltaDescriptorCollection
See Also