Skip to main content
A newer version of this page is available. .

SpreadsheetSaveFileDialogSettings Class

Contains customization settings for the Save File dialog’s form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class SpreadsheetSaveFileDialogSettings :
    ASPxSpreadsheetSettingsBase

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 SpreadsheetDialogFormSettings.SaveFileDialog property.

Inheritance

See Also