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.v19.1.dll

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