Skip to main content
A newer version of this page is available.
All docs
V19.1

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.1.dll

Declaration

public SpreadsheetFormsSettings SettingsForms { get; }

Property Value

Type Description
SpreadsheetFormsSettings

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

See Also