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 Save
Declaration
public SaveFileDialogViewModel(FileSystemInfoWrapperFactoryBase fileSystemInfoWrapperFactory, bool showNetwork, string rootDirPath = "")
Parameters
File The factory used from this Save |
System. Boolean indicating whether network locations are shown. |
System. The path of the initial directory. |
Methods
OnSelectionChanged()
Notifies when the SelectedFileSystemObject changes.
Declaration
protected override void OnSelectionChanged()