Skip to main content

FilterTextChangedEventArgs.FilterText Property

Gets or sets the entered filter text.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string FilterText { get; set; }

Property Value

Type Description
String

A string that specifies the filter text.

Remarks

Handle the FilterTextChanged event or use the FilterTextChangedCommand property to implement custom logic when a user enters filter text in the edit box.

See Also