Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

CustomShowSaveFileDialogEventArgs.Dialog Property

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

Namespace: DevExpress.ExpressApp.Win.SystemModule

Assembly: DevExpress.ExpressApp.Win.v19.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