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

FilterEditorControl.FilterTextChanged Event

Fires whenever the FilterEditorControl.FilterString property value changes.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v21.2.UI.dll

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public event FilterTextChangedEventHandler FilterTextChanged

Event Data

The FilterTextChanged event's data class is DevExpress.XtraEditors.FilterTextChangedEventArgs.

See Also