Skip to main content

MasterDetailChooseSummaryOptionsPage.AvailableSummaryFunctions Property

Specifies available summary functions.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual IEnumerable<SummaryFunc> AvailableSummaryFunctions { get; }

Property Value

Type Description
IEnumerable<SummaryFunc>

A collection of SummaryFunc objects.

See Also