Skip to main content

XRGroupSortingSummary.Enabled Property

Specifies whether the summary function is enabled.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.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