Back to Devexpress

SubtotalCollection Class

wpf-devexpress-dot-xpf-dot-charts-44b93fa2.md

latest1.5 KB
Original Source

SubtotalCollection Class

The collection that stores the Subtotal objects.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class SubtotalCollection :
    ObservableCollection<Subtotal>,
    IWeakEventListener
vb
Public Class SubtotalCollection
    Inherits ObservableCollection(Of Subtotal)
    Implements IWeakEventListener

The following members return SubtotalCollection objects:

Inheritance

Object Collection<Subtotal> ObservableCollection<Subtotal> SubtotalCollection

See Also

SubtotalCollection Members

DevExpress.Xpf.Charts Namespace