Skip to main content

SaveFileDialogDisplaySectionMode Enum

Lists values that specify the visibility of a section within the Save File dialog.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll

NuGet Package: DevExpress.Web.Office

#Declaration

public enum SaveFileDialogDisplaySectionMode

#Members

Name Description
ShowAllSections

All dialog sections should be displayed.

ShowServerSection

Only the ‘Save file to the server’ section should be displayed within the dialog.

ShowDownloadSection

Only the ‘Download a copy’ section should be displayed in the dialog.

#Related API Members

The following properties accept/return SaveFileDialogDisplaySectionMode values:

See Also