Skip to main content
A newer version of this page is available.
All docs
V18.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.v18.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