Represents a dialog that allows user selection of filename for file to be saved.
Definition
Namespace:Telerik.WinControls.FileDialogs
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadSaveFileDialogForm : FileDialogFormBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation, IInvokeSelectedFileSystemObjects, IFileExtensionFilterable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormFileDialogFormBaseRadSaveFileDialogForm...
Implements:
Inherited Members
Constructors
public RadSaveFileDialogForm()
Properties
Gets or sets a value indicating whether the dialog box prompts the user for permission to create a file if the user specifies a file that does not exist.
public bool CreatePrompt { get; set; }
true if the dialog box prompts the user before creating a file if the user specifies a file name that does not exist; false if the dialog box automatically creates the new file without prompting the user for permission. The default value is false.
Gets or sets a value that specifies the default extension string to use to filter the list of files that are displayed.
public string DefaultExt { get; set; }
Implements:
public override ExplorerControl ExplorerControl { get; }
Overrides:
Gets or sets the filter string that describes the list of extensions to filter by.
public string Filter { get; set; }
Implements:
Gets or sets the currently selected extension filter from the extensions described in the Filter property. The index value of the first filter entry is 1.
public int FilterIndex { get; set; }
Implements:
Gets or sets a value indicating whether the Save As dialog box displays a warning if the user specifies a file name that already exists.
public bool OverwritePrompt { get; set; }
true if the dialog box prompts the user before overwriting an existing file if the user specifies a file name that already exists; false if the dialog box automatically overwrites the existing file without prompting the user for permission. The default value is true.
public SaveFileDialogViewModel SaveFileDialogViewModel { get; }
Methods
Clean up any resources being used.
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
public override void InvokeSelectedFileSystemObjects()
Overrides:
protected virtual void LocalizeStrings()
protected override void SetupDialogContent(bool addWatcher = true)
Overrides: