ClassRadSaveFileDialogForm
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, IInvokeSelectedFileSystemObjects, IFileExtensionFilterable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormFileDialogFormBaseRadSaveFileDialogForm
Implements:
Inherited Members
Constructors
RadSaveFileDialogForm()
Declaration
public RadSaveFileDialogForm()
Properties
CreatePrompt
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.
Declaration
public bool CreatePrompt { get; set; }
Property Value
Remarks
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.
DefaultExt
Gets or sets a value that specifies the default extension string to use to filter the list of files that are displayed.
Declaration
public string DefaultExt { get; set; }
Property Value
Implements
ExplorerControl
Declaration
public override ExplorerControl ExplorerControl { get; }
Property Value
Overrides
Filter
Gets or sets the filter string that describes the list of extensions to filter by.
FilterIndex
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.
OverwritePrompt
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.
Declaration
public bool OverwritePrompt { get; set; }
Property Value
Remarks
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.
SaveFileDialogViewModel
Declaration
public SaveFileDialogViewModel SaveFileDialogViewModel { get; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
true if managed resources should be disposed; otherwise, false.
Overrides
InvokeSelectedFileSystemObjects()
Declaration
public override void InvokeSelectedFileSystemObjects()
Overrides
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
SetupDialogContent(bool)
Declaration
protected override void SetupDialogContent(bool addWatcher = true)
Parameters
addWatcher
Overrides