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 |
---|---|
filterText | String |
See Also