SaveFileDialogDisplaySectionMode Enum
Lists values that specify the visibility of a section within the file dialogs.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Members
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. |
Related API Members
The following properties accept/return SaveFileDialogDisplaySectionMode values:
See Also