TableView.AllowGroupSummaryCascadeUpdate Property
In This Article
Gets or sets whether group summaries are asynchronously calculated, one after another, in a background thread. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
[XtraSerializableProperty]
public bool AllowGroupSummaryCascadeUpdate { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to enable asynchronous calculation of group summaries; otherwise, false. |
#Remarks
To learn more, see Cascading Data Updates.
See Also