Skip to main content
A newer version of this page is available. .

MasterDetailChooseSummaryOptionsPage.AvailableSummaryFunctions Property

Specifies available summary functions.

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

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

Declaration

public virtual IEnumerable<SummaryFunc> AvailableSummaryFunctions { get; }

Property Value

Type Description
IEnumerable<SummaryFunc>

A collection of SummaryFunc objects.

See Also