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