Skip to main content

DimensionDescriptorCollection Class

A collection of DimensionDescriptor objects.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class DimensionDescriptorCollection :
    ReadOnlyCollection<DimensionDescriptor>

The following members return DimensionDescriptorCollection objects:

#Remarks

The following members return the DimensionDescriptorCollection collection.

#Inheritance

Object
ReadOnlyCollection<DimensionDescriptor>
DimensionDescriptorCollection
See Also