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
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
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