Skip to main content
All docs
V19.2

ASPxSpreadsheet.SettingsForms Property

Gets the settings allowing you to specify paths to dialog forms (UserControls) stored within a web site.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

public SpreadsheetFormsSettings SettingsForms { get; }

Property Value

Type Description
SpreadsheetFormsSettings

A SpreadsheetFormsSettings object containing properties which point to individual dialog forms.

See Also