Back to Devexpress

DoubleCollection Class

windowsforms-devexpress-dot-xtratreemap-53955ae7.md

latest1.7 KB
Original Source

DoubleCollection Class

A collection of floating-point numeric values.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public class DoubleCollection :
    TreeMapNotificationCollection<double>
vb
Public Class DoubleCollection
    Inherits TreeMapNotificationCollection(Of Double)

The following members return DoubleCollection objects:

Inheritance

Object DXCollectionBase<Double> DXCollection<Double> NotificationCollection<Double> TreeMapNotificationCollection<Double> DoubleCollection

See Also

DoubleCollection Members

DevExpress.XtraTreeMap Namespace