Skip to main content
All docs
V25.1
  • DocumentTranslateBehavior.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.1.dll

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public ICommand TranslateCommand { get; }

    Property Value

    Type Description
    ICommand

    The command.

    See Also