Skip to main content
All docs
V25.1
  • GenerateImageDescriptionBehavior.GenerateImageDescriptionCommand Property

    A command that generates the description for the image in WPF Spreadsheet and Rich Text Edit controls.

    Namespace: DevExpress.AIIntegration.Wpf

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

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public ICommand GenerateImageDescriptionCommand { get; }

    Property Value

    Type Description
    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