New to Telerik UI for WPFStart a free 30-day trial

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: IDisposableINotifyPropertyChanged

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: IDisposable.Dispose()

C#
protected virtual void Dispose(bool isDisposing)
Parameters:isDisposingbool
C#
public override void OnApplyTemplate()
C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs
C#
public void ResetTheme()

Events

PropertyChanged event handler delegate.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged