Skip to main content

DataControlBase.AllowLiveDataShaping Property

Gets or sets whether the GridControl recalculates data shaping operations (for example, sort and filter operations or summary calculation) when you modify a data source outside the grid.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "OnDataSourceChanged")]
public bool AllowLiveDataShaping { get; set; }

Property Value

Type Description
Boolean

true to recalculate data shaping operations when you modify a data source outside the grid; otherwise, false.

See Also