Class ExpressionTextBox
Allows assisted editing of an expression string. Do not use directly.
Inheritance
Namespace: Telerik.Windows.Controls.Expressions
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public class ExpressionTextBox : Control, IExpressionNodeEditor
Constructors
ExpressionTextBox()
Fields
SyntaxColorsProperty
Identifies the Syntax
Declaration
public static readonly DependencyProperty SyntaxColorsProperty
Field Value
System.
|
Properties
SyntaxColors
Gets or sets the colors used to highlight different syntax elements in the expression.
Declaration
public SyntaxColors SyntaxColors { get; set; }
Property Value
Syntax The syntax colors used in the expression. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The class-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |