Back to Devexpress

XPDictionary.CustomAggregates Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpdictionary-99c01dca.md

latest1.2 KB
Original Source

XPDictionary.CustomAggregates Property

Gets a collection of custom aggregate function supplied by the current metadata provider.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public CustomAggregateCollection CustomAggregates { get; }
vb
Public ReadOnly Property CustomAggregates As CustomAggregateCollection

Property Value

TypeDescription
CustomAggregateCollection

A collection of custom aggregate functions.

|

See Also

XPDictionary Class

XPDictionary Members

DevExpress.Xpo.Metadata Namespace