Back to Devexpress

TextModificationBehavior Class

wpf-devexpress-dot-aiintegration-dot-wpf-dot-internal.md

latest2.9 KB
Original Source

TextModificationBehavior Class

Contains settings common to AI Assistant extensions.

Namespace : DevExpress.AIIntegration.Wpf.Internal

Assembly : DevExpress.AIIntegration.Wpf.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Wpf

Declaration

csharp
public abstract class TextModificationBehavior :
    TextBehaviorBase<ITextModificationBehaviorSource, CustomRequestViewModel>
vb
Public MustInherit Class TextModificationBehavior
    Inherits TextBehaviorBase(Of ITextModificationBehaviorSource, CustomRequestViewModel)

Inheritance

Show 22 items

Object DispatcherObject DependencyObject Freezable Animatable DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase DevExpress.Mvvm.UI.Interactivity.Behavior DevExpress.Mvvm.UI.Interactivity.Behavior<DependencyObject> DevExpress.AIIntegration.Wpf.Internal.AIBehavior DevExpress.AIIntegration.Wpf.Internal.TextBehaviorBase<DevExpress.AIIntegration.Wpf.Internal.ITextModificationBehaviorSource, DevExpress.AIIntegration.Wpf.Internal.CustomRequestViewModel> TextModificationBehavior ChangeStyleBehavior

ChangeToneBehavior

CustomRequestBehavior

ExpandBehavior

ExplainBehavior

ExplainFormulaBehavior

GenerateImageDescriptionBehavior

ProofreadBehavior

ShortenBehavior

SummarizeBehavior

TranslateBehavior

See Also

TextModificationBehavior Members

DevExpress.AIIntegration.Wpf.Internal Namespace