CustomShowSaveFileDialogEventArgs.Dialog Property
In This Article
Provides access to the Save File Dialog before it’s shown.
Namespace: DevExpress.ExpressApp.Win.SystemModule
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public SaveFileDialog Dialog { get; }
#Property Value
Type | Description |
---|---|
Save |
A Save |
#Remarks
Use this property to specify the Save File Dialog’s properties as required before it’s shown to an end-user.
See Also