Class FileDialogFormBase
Base class for file and folder dialogs.
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FileDialogFormBase : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IInvokeSelectedFileSystemObjects
Properties
CustomPlaces
Gets or sets the collection of custom places.
Declaration
public IList<string> CustomPlaces { get; }
Property Value
System.
|
DialogViewModel
EditingOptions
Determines how the files and folders in the Explorer
Declaration
public EditingOptions EditingOptions { get; set; }
Property Value
ExpandToCurrentDirectory
Gets or sets a value indicating whether the main navigation pane expands and brings into view the current directory.
Declaration
public bool ExpandToCurrentDirectory { get; set; }
Property Value
System.
|
ExplorerControl
FileName
Gets or sets a string containing the selected file name.
Declaration
public string FileName { get; set; }
Property Value
System.
|
FileSystemInfoWrapperFactory
Gets theFile
Declaration
protected FileSystemInfoWrapperFactoryBase FileSystemInfoWrapperFactory { get; }
Property Value
InitialDirectory
Gets or sets the initial directory.
Declaration
public string InitialDirectory { get; set; }
Property Value
System.
|
InitialSelectedLayout
Gets or sets the initialLayout
Declaration
public LayoutType InitialSelectedLayout { get; set; }
Property Value
RestoreDirectory
Gets or sets a value indicating whether the dialog box restores the directory to the previously selected directory before closing.
Declaration
public bool RestoreDirectory { get; set; }
Property Value
System.
|
ShowHiddenFiles
Gets or sets a boolean value indicating whether hidden files and folders should be visible in the Dialog.
Declaration
public bool ShowHiddenFiles { get; set; }
Property Value
System.
|
ShowNetworkLocations
Gets or sets a value indicating whether the dialog shows network computers in the navigation tree.
Declaration
public bool ShowNetworkLocations { get; set; }
Property Value
System.
|
ViewModelChangedListeners
Declaration
public IList<IViewModelChangedListener> ViewModelChangedListeners { get; set; }
Property Value
System.
|
Methods
CanPressedCancelExecute()
Declaration
protected virtual bool CanPressedCancelExecute()
Returns
System.
|
GetDialogViewModelCustomPlaces()
Provides the CustomPlaces as list of DirectoryInfoWrappers to the DialogViewModel of this File
Declaration
protected virtual IList<DirectoryInfoWrapper> GetDialogViewModelCustomPlaces()
Returns
System.
|
GetDialogViewModelInitialDirectory()
Provides the InitialDirectory as DirectoryInfoWrapper to the Dialog
Declaration
protected virtual DirectoryInfoWrapper GetDialogViewModelInitialDirectory()
Returns
InvokeSelectedFileSystemObjects()
Declaration
public virtual void InvokeSelectedFileSystemObjects()
Implements
NotifyIViewModelChangedListeners()
Declaration
protected void NotifyIViewModelChangedListeners()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.
|
OnKeyDown(KeyEventArgs)
Called before the System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The data for the event. |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.
|
Overrides
OnPressedCancel()
Declaration
protected virtual void OnPressedCancel()
OnThemeChanged()
SaveStateOnAccept()
Save information from the Open
Declaration
protected virtual void SaveStateOnAccept()
SetupDialogContent(Boolean)
Declaration
protected virtual void SetupDialogContent(bool addWatcher = true)
Parameters
System.
|
ShowDialog()
Opens modal Dialog in case it hasn't been already opened.
Declaration
public DialogResult ShowDialog()
Returns
System. The DialogResult value. |
ShowDialog(IWin32Window)
Opens modal Dialog in case it hasn't been already opened.
Declaration
public DialogResult ShowDialog(IWin32Window owner)
Parameters
System.
|
Returns
System. The DialogResult value. |
ShowDialogCore(IWin32Window, Boolean)
Show for testing purposes.
Declaration
protected virtual DialogResult ShowDialogCore(IWin32Window owner = null, bool addWatcher = true)
Parameters
System.
|
System.
|
Returns
System.
|
Events
DirectoryNavigating
DirectoryRequesting
Occurs when the DirectoryInfo wrapper is about to be created.
Declaration
public event EventHandler<DirectoryRequestingEventArgs> DirectoryRequesting
Event Type
System.
|
ExceptionRaised
Occurs when the System.
Declaration
public event EventHandler<FileBrowserExceptionRaisedEventArgs> ExceptionRaised
Event Type
System.
|
ShellContextMenuOpening
Occurs when context menu is about to open.
Declaration
public event EventHandler<ContextMenuOpeningEventArgs> ShellContextMenuOpening
Event Type
System.
|