Back to Devexpress

SpellCheckerBase<T> Class

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1-7f0c00a2.md

latest2.4 KB
Original Source

SpellCheckerBase<T> Class

Serves as a base class to the DXSpellChecker and RichEditSpellChecker behaviors.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public abstract class SpellCheckerBase<T> :
    Behavior<T>
    where T : DependencyObject
vb
Public MustInherit Class SpellCheckerBase(Of T As DependencyObject)
    Inherits Behavior(Of T)

Type Parameters

NameDescription
T

|

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Freezable Animatable DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase DevExpress.Mvvm.UI.Interactivity.Behavior DevExpress.Mvvm.UI.Interactivity.Behavior<T> SpellCheckerBase<T> RichEditSpellChecker

DXSpellChecker

Extension Methods

GetErrorOperationCommands(Position)

GetErrorOperationCommands(Int32)

GetErrorOperationCommands(Point)

See Also

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace