Skip to main content
A newer version of this page is available.
All docs
V19.1

FilterEditorControl.FilterTextChanged Event

Fires after a value of the FilterEditorControl.FilterString property has been changed.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

public event FilterTextChangedEventHandler FilterTextChanged

Event Data

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

See Also