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