Skip to main content

DimensionDescriptorCollection Class

A collection of DimensionDescriptor objects.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DimensionDescriptorCollection :
    ReadOnlyCollection<DimensionDescriptor>

Remarks

The following members return the DimensionDescriptorCollection collection.

Inheritance

Object
ReadOnlyCollection<DimensionDescriptor>
DimensionDescriptorCollection
See Also