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

XRGroupSortingSummary.Enabled Property

Specifies whether the summary function is enabled.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public bool Enabled { get; set; }

Property Value

Type Description
Boolean

true if the summary function is enabled; otherwise, false.

Remarks

When the Enabled property is disabled, the corresponding summary function is ignored, and does not affect the group sorting.

See Also