Back to Devexpress

SaveFileDialogDisplaySectionMode Enum

aspnet-devexpress-dot-web-dot-aspxrichedit-bc1eda79.md

latest1.4 KB
Original Source

SaveFileDialogDisplaySectionMode Enum

Lists values that specify the visibility of a section within the file dialogs.

Namespace : DevExpress.Web.ASPxRichEdit

Assembly : DevExpress.Web.ASPxRichEdit.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.ASPxRichEdit Namespace