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.v24.1.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 |
|
See Also