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