Class ExpressionFunctionContext
Provides the context for custom functions in the ExpressionParser.
Inheritance
System.Object
ExpressionFunctionContext
Namespace: Telerik.Expressions
Assembly: Telerik.Windows.Data.dll
Syntax
public class ExpressionFunctionContext : Object
Constructors
ExpressionFunctionContext()
Declaration
public ExpressionFunctionContext()
Properties
Context
Gets or sets the default expression context class, which will be used for determining the expression functions.
Declaration
public static ExpressionFunctionContext Context { get; set; }
Property Value
ExpressionFunctionContext
|