Skip to main content
All docs
V18.2

FilterEditorControl.AllowLiveDataShaping Property

Gets or sets whether the FilterEditorControl reacts to changes of a data source the editor is bound to.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

Declaration

public bool AllowLiveDataShaping { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to make the FilterEditorControl react to the data source’s changes; otherwise, false.

Remarks

If the AllowLiveDataShaping property is true, the FilterEditorControl updates columns’ unique filter values when a property of the data source’s object is changed or an object is added/removed.

Tip

If the RespondToContextFiltersChanges property is true, the FilterEditorControl responds to the source control’s filter changes.

See Also