Skip to main content
All docs
V19.2

SpreadsheetSettings.SettingsForms Property

Provides access to settings that relate to customizable built-in dialog forms (UserControls) stored within a web site.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxSpreadsheetFormsSettings SettingsForms { get; }

Property Value

Type Description
MVCxSpreadsheetFormsSettings

A MVCxSpreadsheetFormsSettings object containing properties that are related to customizable built-in dialog forms.

See Also