Back to Devexpress

SpreadsheetDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxspreadsheet-677a234a.md

latest2.2 KB
Original Source

SpreadsheetDialogSettings Class

Contains settings concerning customization of dialog form elements.

Namespace : DevExpress.Web.ASPxSpreadsheet

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class SpreadsheetDialogSettings :
    ASPxSpreadsheetSettingsBase
vb
Public Class SpreadsheetDialogSettings
    Inherits ASPxSpreadsheetSettingsBase

The following members return SpreadsheetDialogSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxSpreadsheet.SettingsDialogs
ASP.NET MVC ExtensionsSpreadsheetSettings.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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxSpreadsheetSettingsBase SpreadsheetDialogSettings

See Also

SpreadsheetDialogSettings Members

DevExpress.Web.ASPxSpreadsheet Namespace