Class RadExpressionEditorCommands
Provides a number of useful RadExpressionEditor functions exposed through Commanding.
Inheritance
System.Object
RadExpressionEditorCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public static class RadExpressionEditorCommands
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
|