Provides a number of useful RadExpressionEditor functions exposed through Commanding.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Expressions.dll
Syntax:
C#
public static class RadExpressionEditorCommands
Inheritance: objectRadExpressionEditorCommands
Properties
Gets the InsertText command, which inserts the string value of its parameter at the current caret position in the RadExpressionEditor textbox.
C#
public static ICommand InsertText { get; }