Back to Devexpress

SaveFileDialogDisplaySectionMode Enum

aspnet-devexpress-dot-web-dot-aspxspreadsheet-6b2dc4ca.md

latest1.5 KB
Original Source

SaveFileDialogDisplaySectionMode Enum

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

Namespace : DevExpress.Web.ASPxSpreadsheet

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public enum SaveFileDialogDisplaySectionMode
vb
Public Enum SaveFileDialogDisplaySectionMode

Members

NameDescription
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.

|

The following properties accept/return SaveFileDialogDisplaySectionMode values:

See Also

DevExpress.Web.ASPxSpreadsheet Namespace