[]
Gets a command that inserts expression item to attached expression editor. Returns a command that inserts an expression element into the attached expression editor.
public ICommand InsertItem { get; }
Public ReadOnly Property InsertItem As ICommand
Parameter of Execute(object) method should be a syntax for the inserted expression item or the expression item itself.
expressionEditorPanel.InsertItem.Execute("sqrt()");