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

ASPxSpellChecker.SettingsDialogFormElements Property

Provides access to settings related to the customization of dialog form elements.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public SpellCheckerDialogSettings SettingsDialogFormElements { get; }

Property Value

Type Description
SpellCheckerDialogSettings

An SpellCheckerDialogSettings object that contains customization settings for form elements of built-in dialogs.

Remarks

The SettingsDialogFormElements property provides access to settings that allow you to customize the availability of elements within the built-in dialog form.

See Also