Skip to main content

SpreadsheetSaveFileDialogSettings.DisplaySectionMode Property

Gets or sets a value that specifies which sections are displayed within the Save File dialog form.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(SaveFileDialogDisplaySectionMode.ShowAllSections)]
public SaveFileDialogDisplaySectionMode DisplaySectionMode { get; set; }

Property Value

Type Default Description
SaveFileDialogDisplaySectionMode ShowAllSections

One of the SaveFileDialogDisplaySectionMode enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to DisplaySectionMode
SpreadsheetDialogSettings
.SaveFileDialog .DisplaySectionMode
See Also