FileDialogSearchPane
Class
Control which wraps the search box of the FileDialogs.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class FileDialogSearchPane : RadTextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, ISupportRootUIAutomation, IViewModelChangedListener, INotifyPropertyChanged
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadEditorControlRadTextBoxBaseRadTextBoxFileDialogSearchPane...
Implements:
Inherited Members
Constructors
Initializes a new instance of the FileDialogSearchPane class.
C#
public FileDialogSearchPane()
Methods
C#
public void SetViewModel(DialogViewModel viewModel)
Implements: