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

SpreadsheetDialogSettings Class

Contains settings concerning customization of dialog form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class SpreadsheetDialogSettings :
    ASPxSpreadsheetSettingsBase

The following members return SpreadsheetDialogSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions 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