Skip to main content

SummaryOptions.Flags Property

Specifies the summary functions to display on the Specify Summary Options (Multi-Query Version) page of the Report Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public SummaryOptionFlags Flags { get; }

Property Value

Type Description
SummaryOptionFlags

One or more SummaryOptionFlags enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to Flags
ColumnInfoSummaryOptions
.Options .Flags
See Also