Skip to main content
All docs
V19.2

SpreadsheetSettings.SettingsDialogForm Property

Provides access to settings that relate to customization of dialog form elements.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public SpreadsheetDialogFormSettings SettingsDialogForm { get; }

Property Value

Type Description
SpreadsheetDialogFormSettings

A SpreadsheetDialogFormSettings object that contains customization settings for form elements of built-in dialogs.

Remarks

The SettingsDialogForm property provides access to settings that allow you to customize the availability of elements within the Built-in Dialog Forms.

See Also