Back to Devexpress

SpellCheckerDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-28eca83c.md

latest2.5 KB
Original Source

SpellCheckerDialogSettings Class

Contains customization settings for form elements of built-in dialogs.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class SpellCheckerDialogSettings :
    ASPxSpellCheckerBaseSettings
vb
Public Class SpellCheckerDialogSettings
    Inherits ASPxSpellCheckerBaseSettings

The following members return SpellCheckerDialogSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxSpellChecker.SettingsDialogFormElements
HtmlEditorDefaultDialogSettings.CheckSpellingDialog
ASP.NET MVC ExtensionsSpellCheckerSettings.SettingsDialogFormElements

Remarks

The SpellCheckerDialogSettings class contains settings that allow you to customize the availability of elements within the built-in dialog form.

An instance of the SpellCheckerDialogSettings class can be accessed via the ASPxSpellChecker.SettingsDialogFormElements property.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxSpellCheckerBaseSettings SpellCheckerDialogSettings

See Also

SpellCheckerDialogSettings Members

DevExpress.Web.ASPxSpellChecker Namespace