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