FileDialogSearchPane
Class
Control which wraps the search box of the FileDialogs.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public class FileDialogSearchPane : Control, IDisposable, INotifyPropertyChanged
Inheritance: objectFileDialogSearchPane
Implements:
Constructors
Initializes a new instance of the FileDialogSearchPane class.
C#
public FileDialogSearchPane()
Fields
IsSearchViewActiveProperty
DependencyProperty
Identifies the IsSearchViewActive property.
C#
public static readonly DependencyProperty IsSearchViewActiveProperty
Properties
Collection of search results. We do not use ViewModels CurrentFileSystemObjects in order to be process the results in background successfully.
C#
public ObservableCollection<FileSystemInfoWrapper> CurrentSearchResults { get; }
Gets or sets the IsSearchViewActiveProperty. When true, it indicates the Dialog's Main Pane shows results from search operation.
C#
public bool IsSearchViewActive { get; set; }
Methods
C#
public void Dispose()
Implements:
C#
public override void OnApplyTemplate()
C#
public void ResetTheme()
Events
PropertyChanged event handler delegate.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: