[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.C1ExpressionEditorPanel.InsertItem

InsertItem Property

InsertItem

Gets a command that inserts expression item to attached expression editor. Returns a command that inserts an expression element into the attached expression editor.

Declaration
public ICommand InsertItem { get; }
Public ReadOnly Property InsertItem As ICommand
Remarks

Parameter of Execute(object) method should be a syntax for the inserted expression item or the expression item itself.

Examples

expressionEditorPanel.InsertItem.Execute("sqrt()");