Skip to main content

SpreadsheetDialogSettings Class

Contains settings concerning customization of dialog form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

#Declaration

public class SpreadsheetDialogSettings :
    ASPxSpreadsheetSettingsBase

The following members return SpreadsheetDialogSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxSpreadsheet.SettingsDialogs
ASP.NET MVC Extensions SpreadsheetSettings.SettingsDialogs

#Remarks

The SpreadsheetDialogSettings class contains settings that allow you to customize the availability of elements within the built-in dialog forms.

An instance of the SpreadsheetDialogSettings class can be accessed via the ASPxSpreadsheet.SettingsDialogs property.

See Also