Skip to main content

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.v23.2.dll

NuGet Package: 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