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