Back to Devexpress

TranslateBehavior.TranslateCommand Property

wpf-devexpress-dot-aiintegration-dot-wpf-dot-translatebehavior-5a1b8ea1.md

latest1.4 KB
Original Source

TranslateBehavior.TranslateCommand Property

A command that translates text into a specific language using AI-powered translation services.

Namespace : DevExpress.AIIntegration.Wpf

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

NuGet Package : DevExpress.AIIntegration.Wpf

Declaration

csharp
public ICommand TranslateCommand { get; }
vb
Public ReadOnly Property TranslateCommand As ICommand

Property Value

TypeDescription
ICommand

The command.

|

Remarks

Read the following help topic section for additional information and examples: AI Assistant Extensions - Define Shortcuts and Bind Commands.

See Also

TranslateBehavior Class

TranslateBehavior Members

DevExpress.AIIntegration.Wpf Namespace