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

FilterElement.AllowLiveDataShaping Property

Gets or sets whether the FilterElement reacts to changes of a bound data source.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool AllowLiveDataShaping { get; set; }

Property Value

Type Description
Boolean

true, if the FilterElement reacts to changes of a bound data source; otherwise, false.

See Also