Class FileDialogSearchPane
Control which wraps the search box of the FileDialogs.
Inheritance
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileDialogSearchPane : Control, IThemable, IDisposable, INotifyPropertyChanged
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
System.Windows.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
System.Collections.ObjectModel.ObservableCollection<FileSystemInfoWrapper>
|
IsSearchViewActive
Gets or sets the IsSearchViewActiveProperty. When true, it indicates the Dialog's Main Pane shows results from search operation.
Declaration
public bool IsSearchViewActive { get; set; }
Property Value
System.Boolean
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
System.Boolean
isDisposing
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
ResetTheme()
Declaration
public void ResetTheme()
Events
PropertyChanged
PropertyChanged event handler delegate.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|