New to Telerik UI for WPFStart a free 30-day trial

Provides the context for custom functions in the ExpressionParser.

Definition

Namespace:Telerik.Expressions

Assembly:Telerik.Windows.Data.dll

Syntax:

C#
public class ExpressionFunctionContext

Inheritance: objectExpressionFunctionContext

Constructors

C#
public ExpressionFunctionContext()

Properties

Gets or sets the default expression context class, which will be used for determining the expression functions.

C#
public static ExpressionFunctionContext Context { get; set; }