Class RadSaveFileDialogForm
Represents a dialog that allows user selection of filename for file to be saved.
Inherited Members
Namespace: Telerik.WinControls.FileDialogs
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadSaveFileDialogForm : FileDialogFormBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IInvokeSelectedFileSystemObjects, IFileExtensionFilterable
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
System.Boolean
|
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
System.String
|
Implements
ExplorerControl
Declaration
public override ExplorerControl ExplorerControl { get; }
Property Value
ExplorerControl
|
Overrides
Filter
Gets or sets the filter string that describes the list of extensions to filter by.
Declaration
public string Filter { get; set; }
Property Value
System.String
|
Implements
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.
Declaration
public int FilterIndex { get; set; }
Property Value
System.Int32
|
Implements
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
System.Boolean
|
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
SaveFileDialogViewModel
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
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(Boolean)
Declaration
protected override void SetupDialogContent(bool addWatcher = true)
Parameters
System.Boolean
addWatcher
|