Skip to main content
All docs
V24.2

ExplainFormulaBehavior.ExplainFormulaCommand Property

A command that generates a detailed explanation of the formula used in a worksheet cell (clarifying its purpose and function).

Namespace: DevExpress.AIIntegration.Wpf

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

NuGet Package: DevExpress.AIIntegration.Wpf

Declaration

public ICommand ExplainFormulaCommand { 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