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