SpreadsheetSaveFileDialogSettings.DisplaySectionMode Property
In This Article
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.v24.2.dll
#Declaration
[DefaultValue(SaveFileDialogDisplaySectionMode.ShowAllSections)]
public SaveFileDialogDisplaySectionMode DisplaySectionMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Save |
Show |
One of the Save |
Available values:
Name | Description |
---|---|
Show |
All dialog sections should be displayed. |
Show |
Only the ‘Save file to the server’ section should be displayed within the dialog. |
Show |
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 Display |
---|---|
Spreadsheet |
|
See Also