Class SaveFileDialogViewModel
Provides a view model for setup and configuration of RadSaveFileDialog.
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SaveFileDialogViewModel : FileDialogViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel, ICurrentDirectoryViewModel, INotifyPropertyChanging, IFileFilterableModel, IFileExtensionFilterable
Constructors
SaveFileDialogViewModel(FileSystemInfoWrapperFactoryBase, Boolean, String)
Initializes a new instance of the SaveFileDialogViewModel class.
Declaration
public SaveFileDialogViewModel(FileSystemInfoWrapperFactoryBase fileSystemInfoWrapperFactory, bool showNetwork, string rootDirPath = "")
Parameters
FileSystemInfoWrapperFactoryBase
fileSystemInfoWrapperFactory
The factory used from this SaveFileDialogViewModel for creation of file system wrappers. |
System.Boolean
showNetwork
Boolean indicating whether network locations are shown. |
System.String
rootDirPath
The path of the initial directory. |
Methods
OnSelectionChanged()
Notifies when the SelectedFileSystemObject changes.
Declaration
protected override void OnSelectionChanged()