SpreadsheetSaveFileDialogSettings Class
In This Article
Contains customization settings for the Save File dialog’s form elements.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public class SpreadsheetSaveFileDialogSettings :
ASPxSpreadsheetSettingsBase
#Related API Members
The following members return SpreadsheetSaveFileDialogSettings objects:
#Remarks
The SpreadsheetSaveFileDialogSettings
class contains settings that allow you to customize the availability of elements within the Save File dialog form.
An instance of the SpreadsheetSaveFileDialogSettings
class can be accessed via the SpreadsheetDialogSettings.SaveFileDialog property.
#Inheritance
Object
StateManager
PropertiesBase
ASPxSpreadsheetSettingsBase
SpreadsheetSaveFileDialogSettings
See Also