Class SyntaxEditView.SearchDialogForMaui
Represents a search dialog specifically designed for use in .NET MAUI applications.
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Alternet_Editor_SyntaxEditView_SearchDialogForMauiWinRTTypeDetails))]
protected class SyntaxEditView.SearchDialogForMaui : PlessSearchDialog, INotifyPropertyChanged, ISearchDialog, IDisposable
- Inheritance
-
SyntaxEditView.SearchDialogForMaui
- Implements
Remarks
This class extends PlessSearchDialog to provide functionality tailored for MAUI. It is intended to be used as part of the application's user interface for search-related operations.