Skip to main content

FilterTextChangedEventArgs(String) Constructor

Initializes a new instance of the FilterTextChangedEventArgs class with specified settings.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FilterTextChangedEventArgs(
    string filterText
)

Parameters

Name Type Description
filterText String

The filter text associated with the event.

See Also