Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomShowSaveFileDialogEventArgs.Dialog Property

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

Namespace: DevExpress.ExpressApp.Win.SystemModule

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