Skip to main content
A newer version of this page is available. .

SaveFileDialogDisplaySectionMode Enum

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

Namespace: DevExpress.Web.ASPxSpreadsheet

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

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:

Remarks

The values listed by this enumeration are used to set the SpreadsheetSaveFileDialogSettings.DisplaySectionMode property.

See Also