Skip to main content
A newer version of this page is available. .

ASPxSpellChecker.SettingsForms Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll

Declaration

public SpellCheckerFormsSettings SettingsForms { get; }

Property Value

Type Description
SpellCheckerFormsSettings

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

See Also