Class SearchDialog
Interaction logic for SearchDialog.xaml
Inheritance
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class SearchDialog : RadWindow, IComponentConnector
Constructors
SearchDialog()
Initializes the Search dialog with an empty resource dictionary
Declaration
public SearchDialog()
SearchDialog(IEnumerable<ResourceDictionary>)
Initializes the Search dialog with resource dictionary instance
Declaration
public SearchDialog(IEnumerable<ResourceDictionary> mergedDictionaries)
Parameters
System.Collections.Generic.IEnumerable<System.Windows.ResourceDictionary>
mergedDictionaries
|
SearchDialog(ITextResources, IEnumerable<ResourceDictionary>)
Initializes the Search dialog with localization resources and resource dictionary instance;
Declaration
public SearchDialog(ITextResources resources, IEnumerable<ResourceDictionary> mergedDictionaries)
Parameters
ITextResources
resources
|
System.Collections.Generic.IEnumerable<System.Windows.ResourceDictionary>
mergedDictionaries
|
Properties
MruSearches
Retrieves the most recently used searches
Declaration
public IEnumerable<string> MruSearches { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnApplyTemplate()
Triggered when the template is applied and all the elements are already accessible
Declaration
public override void OnApplyTemplate()