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

SpellCheckerBase<T> Class

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

Namespace: DevExpress.Xpf.SpellChecker

Assembly: DevExpress.Xpf.SpellChecker.v19.1.dll

Declaration

public abstract class SpellCheckerBase<T> :
    Behavior<T>
    where T : DependencyObject

Type Parameters

Name
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>
See Also