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.v18.2.dll

Declaration

public class SpreadsheetDialogSettings :
    ASPxSpreadsheetSettingsBase

The following members return SpreadsheetDialogSettings objects:

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