Skip to main content
A newer version of this page is available. .

CustomShowSaveFileDialogEventArgs.Dialog Property

Provides access to the Save File Dialog before it’s shown.

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public SaveFileDialog Dialog { get; }

Property Value

Type Description
SaveFileDialog

A SaveFileDialog allowing an end-user to specify a name and location for the saved file.

Remarks

Use this property to specify the Save File Dialog’s properties as required before it’s shown to an end-user.

See Also